The GetMessageExtraInfo function gets the extra message information for the current thread. Extra message information is an application- or driver-defined 32-bit value associated with the current thread's message queue. You can use the SetMessageExtraInfo function to set a thread's extra message information, which will remain until the next call to GetMessage or PeekMessage.
LONG GetMessageExtraInfo(VOID)
This function has no parameters.
The return value specifies the extra information. The meaning of the extra information is device specific.
GetMessage, PeekMessage, SetMessageExtraInfo
file: /Techref/os/win/api/win32/func/src/f34_15.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 03:31,
3.137.219.118:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f34_15.htm"> GetMessageExtraInfo</A> |
Did you find what you needed? |