The UnpackDDElParam function unpacks a DDE lParam value received from a posted DDE message.
BOOL UnpackDDElParam(
UINT msg, // posted DDE message
LONG lParam, // lParam of posted DDE message
PUINT puiLo, // address of low-order word of lParam
PUINT puiHi // address of high-order word of lParam
);
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
PackDDElParam eases the porting of 16-bit DDE applications to 32-bit DDE applications.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in dde.h.
Import Library: Use user32.lib.
Dynamic Data Exchange Overview, Dynamic Data Exchange Functions, FreeDDElParam, PackDDElParam, ReuseDDElParam