IASControl::put_ClassMsgSink

This method sets the message sink of a control.

Syntax

HRESULT put_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::get_ClassMsgSink