AtlUnadvise

HRESULT AtlUnadvise( IUnknown* pUnkCP, const IID& iid, DWORD dw );

Return Value

A standard HRESULT value.

Parameters

pUnkCP

[in] A pointer to the IUnknown of the object that the client is connected with.

iid

[in] The GUID of the connection point. Typically, this is the same as the outgoing interface managed by the connection point.

dw

[in] The cookie that uniquely identifies the connection.

Remarks

Terminates the connection established through AtlAdvise.

ATL Macros and Global Functions