WINMSG event
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 |