IHTCAttachBehavior::fireEvent Method
Deprecated. Fires the event, given a dispatch.
Syntax
HRESULT fireEvent( IDispatch *evt );
Parameters
- evt
[in] A pointer to the dispatch of the event to fire.
Return Value
Returns S_OK if successful, or an error value otherwise.