Freeing PackDDElParam() MemoryLast reviewed: November 2, 1995Article ID: Q94149 |
The information in this article applies to:
When posting DDE messages via PostMessage(), an application first calls PackDDElParam() and sends its return value (a pointer cast to LPARAM) as the lParam in PostMessage(). Normally the receiving application is responsible for freeing the structure [via FreeDDElParam()]. However, if the call to PostMessage() fails, the posting application must free the packed data. This is also the method used by 16-bit Windows.
|
Additional reference words: 3.10 3.50 3.51 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |