IDccManSink::OnLogListen

The IDccManSink::OnLogListen method indicates that a connection is waiting to be established between the desktop PC and the Windows CE device.

Syntax

STDMETHODIMP IDccManSink::OnLogListen(void);

At a Glance

Header file: Dccole.h
Platforms: H/PC
Windows CE versions: 1.0 and later

Parameters

None.

Return Values

This method should always return NOERROR.

Remarks

The IDccManSink::OnLogListen method is implemented by a client application and is called when the connection manager is waiting for a connection to be established between the desktop PC and the Windows CE device.

The current communications port used to establish the communication between the desktop PC and the Windows CE device can be viewed or modified by the user by way of the IDccMan::ShowCommSettings method.

For more information, see Receiving Connection Notification.

See Also

IDccMan::ShowCommSettings, IDccManSink