GetMessageExtraInfo function user32
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.
LPARAM GetMessageExtraInfo();
Implementation
int GetMessageExtraInfo() => _GetMessageExtraInfo();