The PackDDElParam function packs a DDE lParam value into an internal structure used for sharing DDE data between processes.
LONG PackDDElParam(
UINT msg, |
// DDE message to be posted |
UINT uiLo, |
// low-order word of lParam of message |
UINT uiHi |
// high-order word of lParam of message |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
The return value must be posted as the lParam parameter of a DDE message; it must not be used for any other purpose. Once the application posts a return value, it need not perform any action to dispose of the lParam parameter.
PackDDElParam eases the porting of 16-bit DDE applications to 32-bit DDE applications.
An application should call this function only for posted DDE messages.
FreeDDElParam, ReuseDDElParam, UnpackDDElParam
file: /Techref/os/win/api/win32/func/src/f66_17.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 19:22,
3.143.5.133:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f66_17.htm"> PackDDElParam</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.