IClockVectorServices::CreateClockVectorElement
Creates an IClockVectorElement object that can be added to a clock vector.
HRESULT CreateClockVectorElement(
DWORD dwReplicaKey,
ULONGLONG ulTickCount,
IClockVectorElement** ppiClockVectorElement);
Parameters
- dwReplicaKey
[in] The key of the replica that is associated with the element.
- ulTickCount
[in] The tick count of the element.
- ppiClockVectorElement
[out] Returns the newly created clock vector element.
Return Value
S_OK
E_INVALIDARG
E_POINTER
E_OUTOFMEMORY