This documentation is archived and is not being maintained.
IClockVector::GetClockVectorElements
Returns an enumerator that iterates through the clock vector elements.
HRESULT GetClockVectorElements(
REFIID riid,
IUnknown** ppiEnumClockVector);
- riid
[in] The IID of the enumeration interface that is requested. Must be either IID_IEnumClockVector or IID_IEnumFeedClockVector.
- ppiEnumClockVector
[out, iid_is(riid)] Returns an object that implements riid and that can enumerate the clock vector elements.