IDccManSink::OnLogListen

This method indicates that a connection is waiting to be established between the desktop computer and the Windows CE–based device.

At a Glance

Header file: Dccole.h
Windows CE versions: 1.0 and later

Syntax

STDMETHODIMP IDccManSink::OnLogListen( void );

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 computer and the Windows CE–based device.

The current communications port used to establish the communication between the desktop computer and the Windows CE–based device can be viewed or modified by the user with the IDccMan::ShowCommSettings method.

For more information, see Receiving Connection Notification.

See Also

IDccMan::ShowCommSettings, IDccManSink