Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 2.6 KB

nf-winuser-setmessageextrainfo.md

File metadata and controls

87 lines (65 loc) · 2.6 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name req.apiset
NF:winuser.SetMessageExtraInfo
SetMessageExtraInfo function (winuser.h)
Sets the extra message information for the current thread.
SetMessageExtraInfo
SetMessageExtraInfo function [Windows and Messages]
_win32_SetMessageExtraInfo
_win32_setmessageextrainfo_cpp
winmsg.setmessageextrainfo
winui._win32_setmessageextrainfo
winuser/SetMessageExtraInfo
winmsg\setmessageextrainfo.htm
winmsg
VS|winui|~\winui\windowsuserinterface\windowing\messagesandmessagequeues\messagesandmessagequeuesreference\messagesandmessagequeuesfunctions\setmessageextrainfo.htm
12/05/2018
SetMessageExtraInfo, SetMessageExtraInfo function [Windows and Messages], _win32_SetMessageExtraInfo, _win32_setmessageextrainfo_cpp, winmsg.setmessageextrainfo, winui._win32_setmessageextrainfo, winuser/SetMessageExtraInfo
winuser.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
User32.lib
User32.dll
Windows
19H1
SetMessageExtraInfo
winuser/SetMessageExtraInfo
c++
APIRef
kbSyntax
DllExport
User32.dll
API-MS-Win-RTCore-NTUser-Window-l1-1-0.dll
minuser.dll
Ext-MS-Win-RTCore-NTUser-Window-Ext-l1-1-0.dll
SetMessageExtraInfo
ext-ms-win-ntuser-message-l1-1-0 (introduced in Windows 8)

SetMessageExtraInfo function

-description

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.

-parameters

-param lParam [in]

Type: LPARAM

The value to be associated with the current thread.

-returns

Type: LPARAM

The return value is the previous value associated with the current thread.

-see-also

Conceptual

GetMessageExtraInfo

Messages and Message Queues

Reference