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。
可能的返回代码包括但不限于下表中显示的值。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
不再有要检索的单项异常。 |
|
|
|
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | winsync.h |