This documentation is archived and is not being maintained.
ILoggedConflict::GetCreationVersion
Gets the creation version of the source item.
HRESULT GetCreationVersion(
const BYTE * pbCurrentReplicaId,
SYNC_VERSION * pVersion);
- pbCurrentReplicaId
[in] The ID of the replica that originated the change that caused this conflict.
- pVersion
[out] Returns the creation version of the item.
When pbCurrentReplicaId is NULL, the replica ID that is contained in this object is used.