You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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:

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

  • No labels