ISimpleSyncServices::DeserializeReplicaMetadata

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

Syntax

HRESULT DeserializeReplicaMetadata(
  IStream * pStream,
  USHORT vCurrentProviderVersion);

Parameters

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

  • vCurrentProviderVersion
    [in] The version number for the simple provider.

Return Value

  • S_OK

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

See Also

Reference

ISimpleSyncServices Interface