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

VC++ SetMessageExtraInfo

2014年08月29日 ⁄ 综合 ⁄ 共 432字 ⁄ 字号 评论关闭
SetMessageExtraInfo Function

The SetMessageExtraInfo function sets 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. An application can use the GetMessageExtraInfo function to retrieve a thread's extra message information.

Syntax

LPARAM SetMessageExtraInfo(      
    LPARAM lParam );

Parameters

lParam
[in] Specifies the value to associate with the current thread.

抱歉!评论已关闭.