Next method
Gets a number of elements in the enumeration sequence and advances the current position by that number of items.
Syntax
HRESULT retVal = object.Next(celt, rgelt, pceltFetched);
Parameters
celt [in]
Type: unsigned longNumber of elements to get.
rgelt [out]
Type: ICodeStoreDBEntryThe address of an ICodeStoreDBEntry pointer array.
pceltFetched [out]
Type: unsigned longA pointer to the number of elements fetched.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.