Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Syntax

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

...

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

See also

QUALIFY_EVENT message, Catching Mouse Events in a Form