VC++ GetMessageExtraInfo

来源:互联网 发布:欧特克软件 编辑:程序博客网 时间:2024/05/16 14:44
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.

原创粉丝点击