typedef struct tagMSG { // msg HWND hwnd; UINT message; WPARAM wParam; LPARAM lParam; DWORD time; POINT pt; } MSG;
Parameters
Specifies additional information about the message. The exact meaning depends on the value of the message member.
Specifies additional information about the message. The exact meaning depends on the value of the message member.
Specifies the time at which the message was posted.
Specifies the cursor position, in screen coordinates, when the message was posted.