GetMessageExtraInfo Function
The GetMessageExtraInfo function retrieves the extra message information for the current thread. Extra message information is an application- or driver-defined value associated with the current thread's message queue.
Syntax
LPARAM GetMessageExtraInfo(VOID);
Return Value
Remarks
To set a thread's extra message information, use the SetMessageExtraInfo function.
本文介绍 GetMessageExtraInfo 函数,该函数用于检索当前线程的消息队列中的额外消息信息。额外消息信息可以由应用程序或驱动程序定义,并且可以通过 SetMessageExtraInfo 函数设置。
1169

被折叠的 条评论
为什么被折叠?



