IEnumSingleItemExceptions::Next

返回单个项异常集中的后续元素(如果存在)。

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

参数

  • cExceptions
    要检索的单个项异常的数目。
  • ppSingleItemException
    [out, size_is(cExceptions),length_is(*pcFetched)] 返回后续 pcFetched 单个项异常。
  • pcFetched
    [in, out, unique] 检索到的单个项异常的数目。如果 cExceptions 为 1,则此值可以为 NULL;否则不能为 NULL

返回值

  • S_OK

  • 如果没有更多要检索的单个项异常,则返回值为 S_FALSE。

  • E_INVALIDARG

  • E_OUTOFMEMORY

请参阅

参考

IEnumSingleItemExceptions 接口