返回变更单位异常集中的后几个元素(如果有)。
HRESULT Next(
ULONG cExceptions,
IChangeUnitException ** ppChangeUnitException,
ULONG *pcFetched);
参数
- cExceptions
[in] 要检索的变更单位异常数。
- ppChangeUnitException
[out, size_is(cExceptions),length_is(*pcFetched)] 返回后续 pcFetched 变更单位异常。
- pcFetched
[in, out, unique] 返回检索的变更单位异常数。如果 cExceptions 为 1,则此值可以为 NULL;否则不能为 NULL。
返回值
S_OK
如果没有更多要检索的变更单位异常,则返回值为 S_FALSE。
E_INVALIDARG
E_OUTOFMEMORY