共用方式為


IEnumFeedClockVector::Next

傳回時鐘向量中的下一個元素 (如果有)。

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

參數

  • cClockVectorElements
    [in] 要擷取的時鐘向量元素數目。
  • ppiClockVectorElements
    [out, size_is(cClockVectorElements), length_is(*pcFetched)] 傳回下一個 pcFetched 時鐘向量元素。
  • pcFetched
    [in, out, unique] 傳回所擷取的時鐘向量元素數目。如果 cClockVectorElements 是 1,這項值可以是 NULL; 否則它就不可為 NULL

傳回值

  • S_OK

  • 如果已經沒有其他元素可擷取,則為 S_FALSE。

  • E_POINTER

請參閱

參考

IEnumFeedClockVector 介面