Please enable JavaScript to view this site.

ESL Documentation

Function

Return the status associated with the current event for a specified conversation.

 

DDEGetStatus ( ConvID_IV)

 

ConvID_IV is an integer value representing the conversation ID assigned by the DDE DLL.

Description

Called by client or server.  This function returns an integer that is the status associated with the current event for the conversation specified by the ConvID_IV argument.

 

This function should only be called in response to the following events:

 

DDE_DATA 

DDE_ADVISE 

DDE_EXECUTE 

DDE_POKE 

DDE_ACK 

DDE_NACK

 

DDEGetStatus cannot be called in response to DDE_ACK or DDE_NACK if  either is acknowledging a DDE_EXECUTE message.

Example

response to stimulus DDE DDE_DATA

   copy eventparam to ConvID_IV

   copy DDEGetStatus (ConvID_IV) to Status_IV