Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves up to the next count items.
Syntax
HRESULT Next(ULONG celt,IProjectItem **rgelt,ULONG *pceltFetched);
Parameters
celt
[in] The requested number of items to retrieve.
rgelt
[out] An array of length celt where the enumerated items will be copied.
pceltFetched
[out] The actual number of items retrieved.
Return Value
One of the standard HRESULT
values.
Requirements
Type Library | VstaCore.tlb |
Header | VstaCore.h |