GetMessageExtraInfo 函式 (winuser.h)

擷取目前線程的額外訊息資訊。 額外的訊息資訊是與目前線程消息佇列相關聯的應用程式或驅動程式定義值。

Syntax

LPARAM GetMessageExtraInfo();

傳回值

類型: LPARAM

傳回值會指定額外的資訊。 額外信息的意義是裝置特定。

備註

若要設定線程的額外訊息資訊,請使用 SetMessageExtraInfo 函式。

規格需求

需求
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 winuser.h (包含 Windows.h)
程式庫 User32.lib
Dll User32.dll
API 集合 ext-ms-win-ntuser-window-l1-1-4 (於 Windows 10 10.0.14393 版中引進)

另請參閱

概念

GetMessage

訊息和消息佇列

PeekMessage

參考

SetMessageExtraInfo