IDccMan::Unadvise

This method is called by a client application when it wishes to stop receiving connection notifications.

At a Glance

Header file: Dccole.h
Windows CE versions: 1.0 and later

Syntax

HRESULT STDMETHODIMP IDccMan::Unadvise( DWORD dwContext );

Parameters

dwContext

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

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

For more information, see Receiving Connection Notification.

See Also

IDccMan::Advise