The IDccManSink::OnLogListen method indicates that a connection is waiting to be established between the desktop PC and the Windows CE device.
STDMETHODIMP IDccManSink::OnLogListen(void);
Header file: | Dccole.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
None.
This method should always return NOERROR.
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.