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 change unit in the list, if available.
Syntax
HRESULT Next(
ULONG cItems,
IChangeUnitMetadata ** ppChangeUnitMetadata,
ULONG * pcFetched );
Parameters
cItems
[in] The number of change units to retrieve from the list. Must be 1.ppChangeUnitMetadata
[out, size_is(cItems), length_is(*pcFetched)] Returns the next cItems change units in the list.pcFetched
[out] Returns the number of change units returned in ppChangeUnitMetadata.
Return Value
S_OK
S_FALSE if there are no more change units to retrieve.
E_INVALIDARG if cItems is not 1.