IEnumFeedClockVector::Skip

Skips the specified number of clock vector elements.


HRESULT Skip(
  ULONG cSyncVersions);

cSyncVersions

[in] The number of elements to skip.

  • S_OK

  • S_FALSE when the enumerator reaches the end of its list before it can skip cSyncVersions elements. In this case, the enumerator skips as many elements as possible.

  • E_INVALIDARG

Show: