术语 | packddelparam |
释义 | PackDDElParam 语法: LPARAM PackDDElParam( UINT msg, UINT_PTR uiLo, UINT_PTR uiHi ); PackDDElParam功能 该PackDDElParam职能配备了一个动态数据交换(DDE)lParam值转化为DDE的进程之间共享数据的内部结构。 参数 味精 [in]指定DDE消息被张贴。 uiLo [in]指定一个值,对应于16位微软Windows低的DDE消息的lParam参数以词被张贴。 uiHi [in]指定一个值,对应于16位Windows高阶的DDE消息的lParam参数词被张贴。 返回值 返回值是lParam值。 备注 返回值必须张贴作为一个DDE消息lParam参数,它不能用于任何其他目的使用。申请的职位后,返回值,它不需要执行任何操作处置lParam参数。 应用程序应该调用这个函数只为张贴DDE消息。 微软Windows Millennium和早期:参数uiHi和uiLo类型机组的。返回值的类型为长。 功能信息 最低DLL版本 user32.dll 在Dde.h HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 参见 关于动态数据交换,FreeDDElParam,ReuseDDElParam,UnpackDDElParam ==英文原文==PackDDElParam Function The PackDDElParam function packs a Dynamic Data Exchange (DDE) lParam value into an internal structure used for sharing DDE data between processes. Syntax LPARAM PackDDElParam( UINT msg, UINT_PTR uiLo, UINT_PTR uiHi ); Parameters msg [in] Specifies the DDE message to be posted. uiLo [in] Specifies a value that corresponds to the 16-bit Microsoft Windows low-order word of an lParam parameter for the DDE message being posted. uiHi [in] Specifies a value that corresponds to the 16-bit Windows high-order word of an lParam parameter for the DDE message being posted. Return Value The return value is the lParam value. Remarks The return value must be posted as the lParam parameter of a DDE message; it must not be used for any other purpose. After the application posts a return value, it need not perform any action to dispose of the lParam parameter. An application should call this function only for posted DDE messages. Microsoft Windows Millennium and earlier: Parameters uiHi and uiLo are of type UINT. The return value is of type LONG. 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 , ReuseDDElParam , UnpackDDElParam ==原始网址==http://msdn.microsoft.com/en-us/library/ms649006(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。