Callback
|
Explanation
|
DdeNcoldlinkCallback
|
A client is requesting to terminate a link to an item.
|
DdeNwarmlinkCallback
|
A client is creating a warmlink to a data item.
|
DdeNhotlinkCallback
|
A client is creating a hotlink to a data item.
|
DdeNpokeCallback
|
A client is sending data to the server.
|
DdeNinitiateCallback
|
A client is trying to establish a connection to the server.
|
DdeNexecuteCallback
|
A client is requesting the server to run a command.
|
DdeNrequestCallback
|
A client is requesting data from the server.
|
DdeNterminationCallback
|
The client is terminating the connection with the server.
|
Callback
|
Explanation
|
DdeNchangeCallback
|
The item at the server has changed. The client must request the data from the server.
|
DdeNdataCallback
|
The item at the server has changed and the data is available from the DdeCallbackData object through the data message.
|
DdeNterminationCallback
|
The server is terminating the connection with the client.
|