IASControl::get_ClassMsgSink

This method gets a pointer to the message sink of a control.

Syntax

HRESULT get_ClassMsgSink( IDispatch **ppdispSink );

Parameters

ppdispSink
Pointer to the pointer to the control’s IASClassMsgSink interface.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::put_ClassMsgSink