IASEventSink::ReceiveMsg

This method allows a control to receive a message when a message event is fired.

Syntax

HRESULT ReceiveMsg( long uMsg, long wParam, long lParam );

Parameters

uMsg
Specifies the message to process.
wParam
Long integer that contains the wParam of the message.
lParam
Long integer that contains the lParam of the message.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.