Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Called by the Sync Framework runtime to return an ISyncMetadataStore object for a replica.
Syntax
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