IfmManage::SendMsg

This method synchronously sends a message to the message sink.

Syntax

HREULT SendMsg( long uMsg, long wParam, long lParam );

Parameters

uMsg
Specifies the message identifier.
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.

Remarks

Use this method to place a message at the head of the message queue.

See Also

IfmManage::PostMessageToApp, IfmManage::PostMsg