Share via


IEnumSingleItemExceptions::Skip

Skips the specified number of single item exceptions.

Syntax

HRESULT Skip(
  ULONG cExceptions);

Parameters

  • cExceptions
    [in] The number of single item exceptions to skip.

Return Value

  • S_OK

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

  • E_OUTOFMEMORY

See Also

Reference

IEnumSingleItemExceptions Interface