Notifying on Completion of a Bearer Migration

This tutorial explains how to receive notification on after completing bearer migration.

Procedure

  1. Derive a class from the CImMobilityPolicyPlugin class.

  2. Call the CImMobilityPolicyPlugin::MigrationComplete() function with following parameters:

    virtual void MigrationComplete (TMsvId aService, TAccessPointInfo aNewIap)

    The parameters identify the service ID for which the migration has completed, the new Access Point identifier, and the completion code for the migration.

Result

The completion code notifies the plug-in that the migration was successful, or if it failed to reconnect, or if a networking level error occurred during the migration.