Click to return to the Reusing Browser Technology home page    
IHTMLWindow3::attachEvent...     IHTMLWindow3::get_clipboa...     IHTMLWindow3 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLWindow3::detachEvent Method


Unbinds the specified object from the event, so that the object stops being called whenever the event fires.

Syntax

HRESULT detachEvent(
    BSTR sEvent, 
    IDispatch *pIDisp
);

Parameters

sEvent
String (BSTR) variable that specifies the name of the event.
pIDisp
Address of the IDispatch interface previously set using the attachEvent method.

Return Value

Returns S_OK if the function was bound successfully, or an error code otherwise.

See Also

attachEvent



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.