GetMessageExtraInfo 函数 (winuser.h)

检索当前线程的额外消息信息。 额外消息信息是与当前线程的消息队列关联的应用程序或驱动程序定义的值。

语法

LPARAM GetMessageExtraInfo();

返回值

类型:LPARAM

返回值指定额外信息。 额外信息的含义特定于设备。

注解

若要设置线程的额外消息信息,请使用 SetMessageExtraInfo 函数。

要求

要求
最低受支持的客户端 Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 winuser.h (包括 Windows.h)
Library User32.lib
DLL User32.dll
API 集 Windows 10版本 10.0.14393 中引入的 ext-ms-win-ntuser-window-l1-1-4 ()

请参阅

概念性

GetMessage

消息和消息队列

PeekMessage

引用

SetMessageExtraInfo