The IDccMan::Advise method is called by a client application to register an IDccManSink object for receiving connection notifications from the Windows CE connection manager.
HRESULT STDMETHODIMP IDccMan::Advise(
IDccManSink * pDccSink,
DWORD pdwContext
);
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.