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
The following table shows the methods for this interface in alphabetical order.
Method | Description |
---|---|
OnLogActive | Indicates that a connection is established between the client application and the connection manager. |
OnLogAnswered | Indicates that the Windows CE connection manager has detected the communications interface. |
OnLogDisconnection | Indicates that the connection manager has terminated the connection between the desktop computer and the Windows CE–based-device. |
OnLogError | Indicates that the connection manager failed to start communications between the desktop computer and the Windows CE–based device. |
OnLogInactive | Indicates a disconnection, or disconnected state, between the desktop computer and the Windows CE–based device. |
OnLogIpAddr | Indicates that an Internet Protocol (IP) address has been established for communication between the desktop computer and the Windows CE–based device. |
OnLogListen | Indicates that a connection is waiting to be established between the desktop computer and the Windows CE–based device. |
OnLogTerminated | Indicates that the Windows CE connection manager has been shut down. |
Remarks
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Dccole.h.
Link Library: Ole32.lib, Uuid.lib.
See Also
IDccManSink::OnLogActive | IDccManSink::OnLogAnswered | IDccManSink::OnLogDisconnection | IDccManSink::OnLogError | IDccManSink::OnLogInactive | IDccManSink::OnLogIpAddr | IDccManSink::OnLogListen | IDccManSink::OnLogTerminated
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.