BOOL FreeDDElParam(msg, lParam) | |||
UINT msg; | |||
LONG lParam; |
The FreeDDElParam function is used by an application receiving a posted DDE message to properly dispose of the lParam value. The receiving application should call FreeDDElParam after it has unpacked the lParam value.
This function only needs to be called for posted DDE messages.
This function does NOT free the contents of the lParam. It does free the memory the data was stored in.
msg
The posted DDE message.
lParam
The lParam the function will dispose of.
If the function is successful, the return value is TRUE.
If the function fails, the return value is FALSE.
PackDDElParam, UnpackDDElParam