IEnumChangeUnitExceptions::Next
변경 단위 예외 집합에 다음 요소가 있으면 해당 요소를 반환합니다.
HRESULT Next(
ULONG cExceptions,
IChangeUnitException ** ppChangeUnitException,
ULONG *pcFetched);
매개 변수
- cExceptions
[in, range(0, 1000)] 검색할 변경 단위 예외의 수입니다.
- ppChangeUnitException
[out, size_is(cExceptions),length_is(*pcFetched)] 다음 pcFetched개의 변경 단위 예외를 반환합니다.
- pcFetched
[in, out, unique] 검색된 변경 단위 예외의 수를 반환합니다. 이 값은 cExceptions가 1일 경우에만 NULL일 수 있습니다.
반환 값
S_OK
더 이상 검색할 변경 단위 예외가 없으면 S_FALSE입니다.
E_INVALIDARG
E_OUTOFMEMORY