Function
Return the private status associated with a DDE_ACK or DDE_NACK event of a specified conversation.
DDEGetPrivateStatus ( 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 private status associated with the current DDE_ACK or DDE_NACK event for the conversation specified by the ConvID_IV argument.
This function should be called only in response to the following events:
DDE_ACK
DDE_NACK
Example
response to stimulus DDE DDE_ACK
copy eventparam to ConvID_IV
copy DDEGetPrivateStatus (ConvID_IV) to PrivateStatus_IV