IEnumSingleItemExceptions::Next

Returns the next elements in the single item exception set, if they are available.

Syntax

HRESULT Next(
  ULONG cExceptions,
  ISingleItemException ** ppSingleItemException,
  ULONG *pcFetched);

Parameters

  • cExceptions
    [in, range(0, 1000)] The number of single item exceptions to retrieve.

  • ppSingleItemException
    [out, size_is(cExceptions), length_is(*pcFetched)] Returns the next pcFetched single item exceptions.

  • pcFetched
    [in, out, unique] The number of single item exceptions retrieved. This value can be NULL only if cExceptions is 1.

Return Value

  • S_OK

  • S_FALSE if there are no more single item exceptions to retrieve.

  • E_INVALIDARG

  • E_OUTOFMEMORY

See Also

Reference

IEnumSingleItemExceptions Interface