Click to return to the Component Development home page    
ISimpleConnectionPoint::G...     Active Script Debugging A...     ISimpleConnectionPoint In...    
Web Workshop  |  Component Development

ISimpleConnectionPoint::Unadvise Method


Terminates the advisory connection previously established with a call to the ISimpleConnectionPoint::Advise method.

Syntax

HRESULT Unadvise(
    DWORD dwCookie
);

Parameters

dwCookie
[in] Address of an unsigned long integer value that specifies the token value created by a previous call to the ISimpleConnectionPoint::Advise method.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.