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] 取得する変更単位の例外の数を返します。この値に NULL を指定できるのは、cExceptions が 1 の場合のみです。
戻り値
S_OK
S_FALSE (取得する変更単位の例外がなくなった場合)
E_INVALIDARG
E_OUTOFMEMORY