Classes | |
class | wxDDEConnection |
A wxDDEConnection object represents the connection between a client and a server. More... | |
class | wxDDEClient |
A wxDDEClient object represents the client part of a client-server DDE (Dynamic Data Exchange) conversation. More... | |
class | wxDDEServer |
A wxDDEServer object represents the server part of a client-server DDE (Dynamic Data Exchange) conversation. More... | |
Functions | |
void | wxDDECleanUp () |
Called when wxWidgets exits, to clean up the DDE system. | |
void | wxDDEInitialize () |
Initializes the DDE system. | |
void wxDDECleanUp | ( | ) |
Called when wxWidgets exits, to clean up the DDE system.
This no longer needs to be called by the application.
Include file:
#include <wx/dde.h>
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.
Include file:
#include <wx/dde.h>