This method notifies the application that the control has started.
HRESULT HandleStart( IDispatch *pdispControl );
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::Start method is invoked. A control can also use it if the control has already been started, and needs to make this sink its message sink.
IASControl::Start, IASClassMsgSink::HandleClose