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.
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 longThe number of elements to get.
rgelt [out]
Type: IJavaFileThe address of an IJavaFile 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.