现在的位置: 首页 > 综合 > 正文

VC++ GetMessageExtraInfo

2014年08月29日 ⁄ 综合 ⁄ 共 346字 ⁄ 字号 评论关闭
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.

抱歉!评论已关闭.