使用英语阅读

通过


IEnumSingleItemExceptions::Next 方法 (winsync.h)

返回单项异常集中的下一个元素(如果可用)。

语法

HRESULT Next(
  [in]      ULONG                cExceptions,
  [out]     ISingleItemException **ppSingleItemException,
  [in, out] ULONG                *pcFetched
);

参数

[in] cExceptions

要检索的单项异常数,范围为 0 到 1000。

[out] ppSingleItemException

返回下一 个 pcFetched 单项异常。

[in, out] pcFetched

返回返回的单项异常数。 仅当 cExceptions 为 1 时,此值才能为 NULL

返回值

可能的返回代码包括但不限于下表中显示的值。

返回代码 说明
S_OK
方法成功。
S_FALSE
不再有要检索的单项异常。
E_INVALIDARG
E_OUTOFMEMORY

要求

要求
最低受支持的客户端 Windows 7 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2 [仅限桌面应用]
目标平台 Windows
标头 winsync.h

另请参阅

IEnumSingleItemExceptions 接口