This documentation is archived and is not being maintained.
IChangeUnitMetadataEnumerator::Next
Returns the next change unit in the list, if available.
HRESULT Next(
ULONG cItems,
IChangeUnitMetadata ** ppChangeUnitMetadata,
ULONG * pcFetched );
- 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.