ISimpleSyncProvider::GetMetadataStore
Called by the Sync Framework runtime to return an ISyncMetadataStore object for a replica.
HRESULT GetMetadataStore(
BYTE *pbReplicaId,
ULONG cbReplicaId,
ISyncMetadataStore **ppMetadataStore,
ULONG *pulLCID);
Parameters
- pbReplicaId
[in, out, size_is(cbReplicaId)] The ID of the replica for which the ISyncMetadataStore object is returned.
- cbReplicaId
[in] The number of bytes in pbReplicaId.
- ppMetadataStore
[out] An ISyncMetadataStore object that represents a metadata store for the specified replica.
- pulLCID
[out] The locale ID that represents the culture that is used for string comparisons.
Return Value
- S_OK