#include <window.h>
The message structure.
- See also
- GetMessage, PostMessage, Messages
Definition at line 3148 of file window.h.
◆ hwnd
The handle to the window which receives this message.
Definition at line 3151 of file window.h.
◆ lParam
The second parameter of the message (a unsigned integer with pointer precision).
Definition at line 3159 of file window.h.
◆ message
The message identifier.
Definition at line 3153 of file window.h.
◆ time
Time (ticks when the message generated); reuse for the additional data of a notification.
Definition at line 3162 of file window.h.
◆ wParam
The first parameter of the message (a unsigned integer with pointer precision).
Definition at line 3156 of file window.h.
The documentation for this struct was generated from the following file: