This documentation is archived and is not being maintained.
IClockVectorServices::CreateClockVector
Creates an IClockVector object that can be used to build a knowledge object.
HRESULT CreateClockVector(
DWORD cClockVectorElements,
IClockVectorElement** ppiClockVectorElements,
IClockVector** ppiClockVector);
- cClockVectorElements
[in] The number of elements in ppiClockVectorElements.
- ppiClockVectorElements
[in, size_is(cClockVectorElements)] The list of clock vector elements to add to the new clock vector.
- ppiClockVector
[out] Returns the newly created clock vector object.
The clock vector elements in ppiClockVectorElements must be ordered by their replica key values from the lowest to highest.