IfmManage::put_ClassMsgSink

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

Syntax

HRESULT put_ClassMsgSink( IDispatch *pdispSink );

Parameters

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

Return Values

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

Remarks

The application must support a class message sink or this method fails.

See Also

IASClassMsgSink, IfmManage::get_ClassMsgSink