IfmManage::put_EventSink

This method registers the event sink for an application with the Forms Manager.

Syntax

HRESULT put_EventSink( IDispatch *pdispSink );

Parameters

pdispSink
Pointer to the application’s event sink. Set to NULL to clear the event sink.

Return Values

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

Remarks

The application must support an event sink or the method fails.

See Also

IASEventSink, IfmManage::get_EventSink