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:
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