Share via


IDccManSink:IUnknown (Windows CE 5.0)

Send Feedback

This interface is implemented by a client application that needs to be notified by 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 Connection Manager.
OnLogAnswered Indicates that Connection Manager has detected the communications interface.
OnLogDisconnection Indicates that Connection Manager has terminated the connection between the desktop computer and the target device.
OnLogError Indicates that Connection Manager failed to start communications between the desktop computer and the target device.
OnLogInactive Indicates a disconnection, or disconnected state, between the desktop computer and the target device.
OnLogIpAddr Indicates that an Internet Protocol (IP) address has been established for communication between the desktop computer and the target device.
OnLogListen Indicates that a connection is waiting to be established between the desktop computer and the target device.
OnLogTerminated Indicates that 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.