ISimpleSyncServices::Initialize

Initializes an ISimpleSyncServices object with metadata and replica information.


HRESULT Initialize(
  ISyncMetadataStore *pMetadataStore,
  BYTE *pbReplicaId,
  ID_PARAMETERS *pIdParameters,
  ULONG ulLCID
  USHORT vCurrentProviderVersion);

pMetadataStore

[in] An ISyncMetadataStore object that represents a metadata store for the specified replica.

pbReplicaId

[in] The ID of the replica for which the ISimpleSyncServices object is created.

pIdParameters

[in] An ID_PARAMETERS Structure object that represents the format schema for the group of IDs that are used to identify entities in a synchronization session.

ulLCID

[in] The locale ID that represents the culture that is used for string comparisons.

vCurrentProviderVersion

[in] The version of the simple provider.

Show: