IDccManSink:IUnknown

This interface is implemented by a client application that needs to be notified by the Windows CE connection manager about the connection and disconnection events it handles.

Methods Description
IDccManSink::OnLogActive Indicates that a connection is established between the client application and the connection manager.
IDccManSink::OnLogAnswered Indicates that the Windows CE connection manager has detected the communications interface.
IDccManSink::OnLogDisconnection Indicates that the connection manager has terminated the connection between the desktop computer and the Windows CE–based-device.
IDccManSink::OnLogError Indicates that the connection manager failed to start communications between the desktop computer and the Windows CE–based device.
IDccManSink::OnLogInactive Indicates a disconnection, or disconnected state, between the desktop computer and the Windows CE–based device.
IDccManSink::OnLogIpAddr Indicates that an Internet Protocol (IP) address has been established for communication between the desktop computer and the Windows CE–based device.
IDccManSink::OnLogListen Indicates that a connection is waiting to be established between the desktop computer and the Windows CE–based device.
IDccManSink::OnLogTerminated Indicates that the Windows CE connection manager has been shut down.

Remarks

None.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 1.0 and later Dccole.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

IDccManSink::OnLogActive, IDccManSink::OnLogAnswered, IDccManSink::OnLogDisconnection, IDccManSink::OnLogError, IDccManSink::OnLogInactive, IDccManSink::OnLogIpAddr, IDccManSink::OnLogListen, IDccManSink::OnLogTerminated

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.