IEnumChangeUnitExceptions::Next
Returns the next elements in the change unit exception set, if they are available.
HRESULT Next(
ULONG cExceptions,
IChangeUnitException ** ppChangeUnitException,
ULONG *pcFetched);
Parameters
- cExceptions
[in, range(0, 1000)] The number of change unit exceptions to retrieve.
- ppChangeUnitException
[out, size_is(cExceptions),length_is(*pcFetched)] Returns the next pcFetched change unit exceptions.
- pcFetched
[in, out, unique] Returns the number of change unit exceptions that are retrieved. This value can be NULL only if cExceptions is 1.
Return Value
S_OK
S_FALSE if there are no more change unit exceptions to retrieve.
E_INVALIDARG
E_OUTOFMEMORY