|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| user32.lib
| Header File
| dde.h
| Unicode
| No
| Platform Notes
| None
|
|
|
FreeDDElParam
The FreeDDElParam function frees the memory specified by the lParam parameter of a posted DDE message. An application receiving a posted DDE
message should call this function after it has used the UnpackDDElParam function to unpack the lParam value.
BOOL FreeDDElParam(
UINT msg,
| // posted DDE message
| LONG lParam
| // lParam of message
| );
|
|
Parameters
msg
Specifies the posted DDE message.
lParam
Specifies the lParam parameter of the posted DDE message.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Remarks
An application should call this function only for posted DDE messages.
This function frees the memory specified by the lParam parameter. It does not free the contents of lParam.
See Also
PackDDElParam, ReuseDDElParam, UnpackDDElParam
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|