This method enables a control to notify its sink when a message is received.
HRESULT HandleMessage( IDispatch *pdispControl, long uMsg, long wParam, long lParam );
NOERROR indicates that the sink handled the message. S_FALSE indicates that the sink did not handle the message. If an error occurs, the appropriate HRESULT value is returned.
A control invokes this method when its own IASControl::ReceiveMsg method is invoked.