Notification when Reestablishing a Remote Connection

If a connection was established, but then was disconnected by the desktop computer or the Windows CE-based device, the IDccMan::OnLogActive notification occurs when the connection is reestablished.

When an application calls the IDccMan::ShowCommSettings function and the OK button is clicked in the Communications Properties dialog box, the following notification sequence occurs:

  1. IDccManSink::OnLogListen
  2. IDccManSink::OnLogDisconnection
  3. IDccManSink::OnLogInactive
  4. IDccManSink::OnLogListen

If instead the Cancel button is clicked in the dialog box, no notification is sent and a Listen state is maintained.

The Connection Notification Client source code uses the IDccMan interface and implements the IDccManSink interface.