IEnumRangeExceptions::Skip

Skips the specified number of range exceptions.


HRESULT Skip(
  ULONG cExceptions);

cExceptions

[in] The number of range exceptions to skip.

  • S_OK

  • S_FALSE if the enumerator reaches the end of the list before it can skip cExceptions range exceptions. In this case, the enumerator skips as many elements as possible.

  • E_INVALIDARGS

Show: