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.
At a Glance
Header file: | Dccole.h |
Windows CE versions: | 1.0 and later |
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
For more information, see Receiving Connection Notification.