Please enable JavaScript to view this site.

ESL Documentation

Invoked in:

Client

Message from Partner:

WM_DDE_ACK

Remarks:

This event is invoked in a client as notification that a conversation has been established as a result of a previous call to DDEInitiate. This event can be safely ignored by a client provided the DDE conversation is not performed within the same Esl response block as the DDE_Initiate.  You can determine that a conversation has been established by referencing the DDEInitiate return value.

Available Queries:

DDEGetAppName

DDEGetTopic

Example:

response to stimulus DDE DDE_INITIATEACK

   copy eventparam to ConvID[NumConvs_IV]

   copy (NumConvs_IV + 1) to NumConvs_IV