ISyncMetadataStore2::SetMetadataStoreUpgradeNotificationCallback
Registers a callback interface that receives notifications about metadata store file format upgrades.
When a metadata store file in the 1.0 format is opened by Sync Framework 2.x, it is automatically upgraded to the 2.x format, unless the provider registers to receive notification of the upgrade and indicates that the metadata storage service should not upgrade the file format. To register to receive upgrade notifications, pass an IMetadataStoreUpgradeCallback object to SetMetadataStoreUpgradeNotificationCallback before opening the metadata store.
Show: