Microsoft SDK for Java

IJavaEnumRemoteField::
Next

The Next method of the IJavaEnumRemoteField interface retrieves an array of IRemoteField objects that represent the fields within a class, method, or container. The number of fields to be retrieved is passed as one of the parameters; the enumeration pointer is incremented by that amount.

Syntax

HRESULT Next(ULONG celt, IRemoteField *rgelt[], ULONG *pceltFetched)

Parameters

[in] celt The number of IRemoteField objects requested to be retrieved.
[out] *rgelt[] The pointer to the array of IRemoteField objects that is retrieved.
[out] *pceltFetched The number of actual IRemoteField objects that were retrieved.

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