Microsoft SDK for Java

IEnumJAVAPROPERTY::Next

This method of the IEnumJAVAPROPERTY interface retrieves the next specified number of elements from the enumerator's list.

Syntax

ULONG Next(ULONG celt, LPJAVAPROPERTY rgelt, ULONG *pceltFetched);

Parameters

[in] celt The number of elements requested.
[out] rgelt The array to be filled in with the elements.
[out] *pceltFetched The number of elements actually returned in rgelt. This can be less than celt if fewer than celt elements remained in the list.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.