Please enable JavaScript to view this site.

ESL Documentation

Function

Return the item name of an event associated with a specified conversation.

 

DDEGetItemName ( 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 a string that is the item name associated with the current event for the conversation specified by the ConvID_IV argument.

Call this function only in response to the following events:

 

DDE_DATA

DDE_REQUEST

DDE_ADVISE

DDE_UNADVISE

DDE_POKE

DDE_ACK

DDE_NACK

 

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

Example

response to stimulus DDE DDE_REQUEST

   copy eventparam to ConvID_IV

   copy DDEGetItemName (ConvID_IV) to ItemName_SV