IDccMan::Unadvise

The IDccMan::Unadvise method is called by a client application when it wishes to stop receiving connection notifications.

Syntax

HRESULT STDMETHODIMP IDccMan::Unadvise(
DWORD
dwContext
);

At a Glance

Header file: Dccole.h
Platforms: H/PC
Windows CE versions: 1.0 and later

Parameters

dwContext
The DWORD value that was returned in the call to IDccMan::Unadvise.

Return Values

If this method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Remarks

For more information, see Receiving Connection Notification.

See Also

IDccMan::Advise