This method synchronously sends a message to the message sink.
HREULT SendMsg( long uMsg, long wParam, long lParam );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
Use this method to place a message at the head of the message queue.
IfmManage::PostMessageToApp, IfmManage::PostMsg