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.
Gets the creation version of the changed item.
Syntax
HRESULT GetCreationVersion(
const BYTE * pbCurrentReplicaId,
SYNC_VERSION * pVersion);
Parameters
pbCurrentReplicaId
[in] The ID of the replica that owns this change. The ID format must match the format that is specified by the ID_PARAMETERS property of the provider.pVersion
[out] Returns the creation version of the item.
Return Value
S_OK
E_POINTER
E_INVALIDARG when pbCurrentReplicaId is not the correct replica ID.
SYNC_E_ID_FORMAT_MISMATCH when pbCurrentReplicaId is not in the format that is specified by the ID format schema of the provider.