Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that iterates through the clock vector elements.
HRESULT GetClockVectorElements(
REFIID riid,
IUnknown** ppiEnumClockVector);
Parameters
- 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.
Return Value
S_OK
E_POINTER
E_OUTOFMEMORY
E_NOINTERFACE if riid is not IID_IEnumClockVector or IID_IEnumFeedClockVector
.