Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the creation version of the changed item.
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.