The IDccManSink interface is implemented by a client application that needs to be notified by the Windows CE connection manager about connection and disconnection events that are handled by the Windows CE connection manager.
| Header file: | Dccole.h |
| Platforms: | H/PC |
| 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 PC and the Windows CE device. |
| IDccManSink::OnLogError | Indicates that the connection manager failed to start communications between the desktop PC and the Windows CE device. |
| IDccManSink::OnLogInactive | Indicates a disconnection (or disconnected state) between the desktop PC and the Windows CE device. |
| IDccManSink::OnLogIpAddr | Indicates that an IP address has been established for communication between the desktop PC and the Windows CE device. |
| IDccManSink::OnLogListen | Indicates that a connection is waiting to be established between the desktop PC and the Windows CE device. |
| IDccManSink::OnLogTerminated | Indicates that the Windows CE connection manager has been shut down. |
For more information, see Receiving Connection Notification.