术语 | unpackddelparam |
释义 | UnpackDDElParam 语法: BOOL UnpackDDElParam( UINT msg, LPARAM lParam, PUINT_PTR puiLo, PUINT_PTR puiHi ); UnpackDDElParam功能 该UnpackDDElParam函数解压缩的动态数据交换(DDE)lParam值从收到张贴DDE消息。 参数 味精 [in]指定发布DDE消息。 lparam的 [in]指定DDE的信息张贴收到lParam参数。应用程序必须释放内存对象lParam参数中指定通过调用FreeDDElParam功能。 puiLo [out]指向一个变量,它接收低lParam的命令字。 puiHi [out]指向一个变量,它接收高lParam的命令字。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 PackDDElParam简化移植的16位DDE的应用程序到32位DDE的应用程序。 功能信息 最低DLL版本 user32.dll 在Dde.h HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 参见 关于动态数据交换,FreeDDElParam,PackDDElParam,ReuseDDElParam ==英文原文==UnpackDDElParam Function The UnpackDDElParam function unpacks a Dynamic Data Exchange (DDE)lParam value received from a posted DDE message. Syntax BOOL UnpackDDElParam( UINT msg, LPARAM lParam, PUINT_PTR puiLo, PUINT_PTR puiHi ); Parameters msg [in] Specifies the posted DDE message. lParam [in] Specifies the lParam parameter of the posted DDE message that was received. The application must free the memory object specified by the lParam parameter by calling the FreeDDElParam function. puiLo [out] Pointer to a variable that receives the low-order word of lParam. puiHi [out] Pointer to a variable that receives the high-order word of lParam. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Remarks PackDDElParam eases the porting of 16-bit DDE applications to 32-bit DDE applications. 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 , FreeDDElParam , PackDDElParam , ReuseDDElParam ==原始网址==http://msdn.microsoft.com/en-us/library/ms649008(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。