Version: 3.0.4
dde.h File Reference

Classes

class  wxDDEConnection
 
class  wxDDEClient
 
class  wxDDEServer
 

Functions

void wxDDECleanUp ()
 Called when wxWidgets exits, to clean up the DDE system. More...
 
void wxDDEInitialize ()
 Initializes the DDE system. More...
 

Function Documentation

◆ wxDDECleanUp()

void wxDDECleanUp ( )

Called when wxWidgets exits, to clean up the DDE system.

This no longer needs to be called by the application.

See also
wxDDEInitialize()

Include file:

#include <wx/dde.h> 

◆ wxDDEInitialize()

void wxDDEInitialize ( )

Initializes the DDE system.

May be called multiple times without harm.

This no longer needs to be called by the application: it will be called by wxWidgets if necessary.

See also
wxDDEServer, wxDDEClient, wxDDEConnection, wxDDECleanUp()

Include file:

#include <wx/dde.h>