SetMessageExtraInfo 函式 (winuser.h)
設定目前線程的額外訊息資訊。 額外的訊息資訊是與目前線程訊息佇列相關聯的應用程式或驅動程式定義值。 應用程式可以使用 GetMessageExtraInfo 函式來擷取執行緒的額外訊息資訊。
語法
LPARAM SetMessageExtraInfo(
[in] LPARAM lParam
);
參數
[in] lParam
類型: LPARAM
要與目前線程相關聯的值。
傳回值
類型: LPARAM
傳回值是與目前線程相關聯的先前值。
規格需求
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | winuser.h (包含 Windows.h) |
程式庫 | User32.lib |
Dll | User32.dll |
API 集合 | ext-ms-win-ntuser-message-l1-1-0 (在 Windows 8) |
另請參閱
概念
參考