IEnumFeedClockVector::Next

Returns the next elements in the clock vector, if available.


HRESULT Next(
  ULONG cClockVectorElements,
  IFeedClockVectorElement** ppiClockVectorElements,
  ULONG* pcFetched );

cClockVectorElements

[in] The number of clock vector elements to retrieve.

ppiClockVectorElements

[out, size_is(cClockVectorElements), length_is(*pcFetched)] Returns the next pcFetched clock vector elements.

pcFetched

[in, out, unique] Returns the number of clock vector elements retrieved. This value can be NULL if cClockVectorElements is 1; otherwise, it must not be NULL.

  • S_OK

  • S_FALSE if there are no more elements to retrieve.

  • E_POINTER

Show: