ISimpleSyncServices::DeserializeReplicaMetadata

Deserializes the contents of a canonical metadata file to a metadata storage service store.


HRESULT DeserializeReplicaMetadata(
  IStream * pStream,
  USHORT vCurrentProviderVersion);

pStream

[in] The stream that contains the serialized metadata for a particular replica.

vCurrentProviderVersion

[in] The version number for the simple provider.

  • S_OK

  • SYNC_E_PFX_METADATA_STORE_VERSION2_REQUIRED when the provider requires a metadata store component of version 2 or later

Show: