网站首页  词典首页

请输入您要查询的函数:

 

术语 reuseddelparam
释义 ReuseDDElParam
语法:
LPARAM ReuseDDElParam( LPARAM lParam,
UINT msgIn,
UINT msgOut,
UINT_PTR uiLo,
UINT_PTR uiHi
);
ReuseDDElParam功能
该ReuseDDElParam功能使应用程序重复使用包装的动态数据交换(DDE)lParam参数,而不是分配一个新的包装lparam的。使用此功能大大减少了包装的DDE消息传递应用程序的重新分配。
参数
lparam的
[in]指定DDE消息发布lParam参数被重用。
msgIn
[in]指定接收DDE的消息标识符。
msgOut
[in]指定的DDE消息标识符被张贴。在DDE消息将重用包装lParam参数。
uiLo
[in]指定的值存入的低重复使用的lParam参数的命令字。
uiHi
[in]指定的值存入高重用lParam参数的命令字。
返回值
返回值是新的lParam值。
备注
返回值必须张贴作为一个DDE消息lParam参数,它不能用于任何其他目的使用。一旦返回值为张贴,张贴应用程序不需要执行任何操作处置lParam参数。
如果使用ReuseDDElParam lParam参数将在响应消息重用,而不是FreeDDElParam。 ReuseDDElParam返回lparam的重用合适。
这个函数分配或释放lparam的必要参数,这取决于传入和传出消息的包装要求。这不仅减少了DDE消息传递重新分配。
功能信息
最低DLL版本 user32.dll
在Dde.h HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
参见
关于动态数据交换,FreeDDElParam,PackDDElParam,UnpackDDElParam
==英文原文==ReuseDDElParam Function
The ReuseDDElParam function enables an application to reuse a packed Dynamic Data Exchange (DDE) lParam parameter, rather than allocating a new packed lParam. Using this function reduces reallocations for applications that pass packed DDE messages.
Syntax
LPARAM ReuseDDElParam( LPARAM lParam,
UINT msgIn,
UINT msgOut,
UINT_PTR uiLo,
UINT_PTR uiHi
);
Parameters
lParam
[in] Specifies the lParam parameter of the posted DDE message being reused.
msgIn
[in] Specifies the identifier of the received DDE message.
msgOut
[in] Specifies the identifier of the DDE message to be posted. The DDE message will reuse the packed lParam parameter.
uiLo
[in] Specifies the value to be packed into the low-order word of the reused lParam parameter.
uiHi
[in] Specifies the value to be packed into the high-order word of the reused lParam parameter.
Return Value
The return value is the new 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. Once the return value is posted, the posting application need not perform any action to dispose of the lParam parameter.
Use ReuseDDElParam instead of FreeDDElParam if the lParam parameter will be reused in a responding message. ReuseDDElParam returns the lParam appropriate for reuse.
This function allocates or frees lParam parameters as needed, depending on the packing requirements of the incoming and outgoing messages. This reduces reallocations in passing DDE messages.
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 , UnpackDDElParam
==原始网址==http://msdn.microsoft.com/en-us/library/ms649007(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 13:22:49