IOleAdviseHolder::Unadvise  W_D67O

Deletes a previously established advisory connection.

HRESULT Unadvise(

    DWORD dwConnection

//Value identifying an established advisory connection

   );

 

 

Parameter

dwConnection

[in] Contains a nonzero DWORD previously returned by IOleAdviseHolder::Advise0YALS2 in pdwConnection.

 

Return Values

S_OK

Advisory connection deleted successfully.

OLE_E_NOCONNECTION

The dwConnection parameter does not represent a valid advisory connection.

 

Remarks

IOleAdviseHolder::Unadvise is intended to be used to implement IOleObject::Unadvise22X3DZP to delete an advisory connection. In general, you would use the OLE advise holder having obtained a pointer through a call to CreateOleAdviseHolder21F74AP.

Normally, containers call this method at shutdown or when an object is deleted. In certain cases, containers could call this method on objects that are running but not currently visible, as a way of reducing the overhead of maintaining multiple advisory connections.

See Also

IOleAdviseHolder::Advise, IOleAdviseHolder::EnumAdvise, IOleObject::Unadvise