The IDccMan::Unadvise method is called by a client application when it wishes to stop receiving connection notifications.
HRESULT STDMETHODIMP IDccMan::Unadvise(
DWORD dwContext
);
Header file: | Dccole.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
If this method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
For more information, see Receiving Connection Notification.