This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.