IEnumRangeExceptions::Next
返回变更单位异常集中的后几个元素(如果有)。
语法
HRESULT Next(
ULONG cExceptions,
IRangeException ** ppRangeException,
ULONG *pcFetched);
参数
cExceptions
[in, range(0, 1000)] 要检索的范围异常元素数。ppRangeException
[out, size_is(cExceptions), length_is(*pcFetched)] 返回后续 pcFetched 范围异常。pcFetched
[in, out, unique] 返回所返回的范围异常数。仅当 cExceptions 为 1 时,此值可为 NULL。
返回值
S_OK
如果没有更多要检索的元素,则返回值为 S_FALSE。
E_INVALIDARG
E_OUTOFMEMORY