Terminates an advisory connection previously established through ISimpleConnectionPoint::Advise.

HRESULT Unadvise(
   DWORD  dwCookie
);

Parameters

dwCookie

[in] Token of the connection to terminate, as returned from ISimpleConnectionPoint::Advise.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also