IMetadataStoreUpgradeCallback::OnMetadataStoreFileUpgradeStart
Called by Sync Framework before the metadata store file format is upgraded. Returns a value that indicates whether the upgrade can be performed.
Sync Framework automatically upgrades metadata store files that are in the 1.0 format to the 2.x format, unless an IMetadataStoreUpgradeCallback object is registered before the metadata store is opened, and OnMetadataStoreFileUpgradeStart sets pfSkipUpgrade to TRUE. Be aware that a file in the 2.x format cannot be reverted to the 1.0 format.
Show: