返回单个项异常集中的后续元素(如果存在)。
HRESULT Next(
  ULONG cExceptions,
  ISingleItemException ** ppSingleItemException,
  ULONG *pcFetched);
参数
- cExceptions
 [in, range(0, 1000)] 要检索的单个项异常的数目。
- ppSingleItemException
 [out, size_is(cExceptions), length_is(*pcFetched)] 返回后续 pcFetched 单个项异常。
- pcFetched
 [in, out, unique] 检索到的单个项异常的数目。仅当 cExceptions 为 1 时,此值可为 NULL。
返回值
- S_OK 
- 如果没有更多要检索的单个项异常,则返回值为 S_FALSE。 
- E_INVALIDARG 
- E_OUTOFMEMORY