网站首页  词典首页

请输入您要查询的函数:

 

术语 freeddelparam
释义 FreeDDElParam
语法:
BOOL FreeDDElParam( UINT msg,
LPARAM lParam
);
FreeDDElParam功能
该FreeDDElParam函数释放由贴出一个动态数据交换(DDE)消息lParam参数中指定的内存。应用程序收到张贴DDE的消息应该调用这个函数后,已采用UnpackDDElParam函数解包lParam值。
参数
味精
[in]指定发布DDE消息。
lparam的
[in]指定DDE消息发布lParam参数。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。
备注
应用程序应该调用这个函数只为张贴DDE消息。
此函数释放由lParam参数中指定的内存。它不自由lParam的内容。
功能信息
最低DLL版本 user32.dll
在Dde.h HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
参见
关于动态数据交换,PackDDElParam,ReuseDDElParam,UnpackDDElParam
==英文原文==FreeDDElParam Function
The FreeDDElParam function frees the memory specified by the lParam parameter of a posted Dynamic Data Exchange (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.
Syntax
BOOL FreeDDElParam( UINT msg,
LPARAM lParam
);
Parameters
msg
[in] Specifies the posted DDE message.
lParam
[in] Specifies the lParam parameter of the posted DDE message.
Return Value
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.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Dde.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
See Also
About Dynamic Data Exchange , PackDDElParam , ReuseDDElParam , UnpackDDElParam
==原始网址==http://msdn.microsoft.com/en-us/library/ms649004(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:29:51