IASControl::get_EventSink

This method gets the event sink of a control.

Syntax

HRESULT get_EventSink( IDispatch **ppdispSink );

Parameters

ppdispSink
Pointer to the pointer that receives the control’s IASCEventSink interface. If the sink is not implemented, ppdispSink receives a null pointer.

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_EventSink