Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns the next elements in the change unit exception set, if they are available.
Syntax
HRESULT Next(
ULONG cExceptions,
IRangeException ** ppRangeException,
ULONG *pcFetched);
Parameters
cExceptions
[in, range(0, 1000)] The number of range exception elements to retrieve.ppRangeException
[out, size_is(cExceptions), length_is(*pcFetched)] Returns the next pcFetched range exceptions.pcFetched
[in, out, unique] Returns the number of range exceptions returned. This value can be NULL only if cExceptions is 1.
Return Value
S_OK
S_FALSE if there are no more elements to retrieve.
E_INVALIDARG
E_OUTOFMEMORY