IEnumClockVector::Skip

Skips the specified number of clock vector elements.

Syntax

HRESULT Skip( 
  ULONG cSyncVersions);

Parameters

  • cSyncVersions
    [in] The number of elements to skip.

Return Value

  • S_OK

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

  • E_INVALIDARG

See Also

Reference

IEnumClockVector Interface