Table of Contents

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:

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