Description
The WINMSG event is generated for each Windows message that is requested using QUALIFY_EVENT.
Syntax
bForward = WINMSG (CtrlEntID, CtrlClassID, hWnd, Message, wParam, lParam)
Parameters
WINMSG accepts the following parameters:
Parameter | Description |
---|---|
HWnd | Window handle that the message was received by |
Message | The message ID |
Wparam | The first parameter sent with the message |
Lparam | The second parameter sent with the message |
See also
QUALIFY_EVENT message, Catching Mouse Events in a Form