guides:programming:programmers_reference_manual:winmsg_event

WINMSG event

The WINMSG event is generated for each Windows message that is requested using QUALIFY_EVENT.

bForward = WINMSG(CtrlEntID, CtrlClassID, hWnd, Message, wParam, lParam)

WINMSG accepts the following parameters:

ParameterDescription
HWndWindow handle that the message was received by
MessageThe message ID
wParamThe first parameter sent with the message
lParamThe second parameter sent with the message
  • guides/programming/programmers_reference_manual/winmsg_event.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1