IfmManage::PostMsg

This method asynchronously posts a message to the message sink of an application.

Syntax

HRESULT PostMsg( 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

This method places the message in the message queue for the application to handle in order.

See Also

IfmManage::PostMessageToApp, IfmManage::SendMsg