IClockVectorServices::CreateClockVectorElement

Creates an IClockVectorElement object that can be added to a clock vector.


HRESULT CreateClockVectorElement(
  DWORD dwReplicaKey,
  ULONGLONG ulTickCount,
  IClockVectorElement** ppiClockVectorElement);

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.

  • S_OK

  • E_INVALIDARG

  • E_POINTER

  • E_OUTOFMEMORY

Show: