DispatchMessageW (USER32.@)
LRESULT DispatchMessageW ( const MSG* msg )
DispatchMessageW (USER32.@) Process a message.
Process the message specified in the structure *_msg_.
If the lpMsg parameter points to a WM_TIMER message and the parameter of the WM_TIMER message is not NULL, the lParam parameter points to the function that is called instead of the window procedure. The function stored in lParam (timer callback) is protected from causing page-faults.
The message must be valid.
DispatchMessage returns the result of the window procedure invoked.
ECMA-234, Win32
Declared in "include/winuser.h". gitlab.winehq.org/wine/wine/blob/master/include/winuser.h
Implemented in "dlls/user32/message.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/message.c
Debug channel "msg".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.