This method asynchronously posts a message to the message sink of an application.
HRESULT PostMsg( long uMsg, long wParam, long lParam );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
This method places the message in the message queue for the application to handle in order.
IfmManage::PostMessageToApp, IfmManage::SendMsg