Microsoft SDK for Java

IJavaEnumLINEINFO::
Next

The Next method of the IJavaEnumLINEINFO interface is used to retrieve an array of LINEINFO structures that represent the mapping between Java source code line numbers and byte offsets in the method. The number of LINEINFO structures to be retrieved is passed as one of the parameters; the enumeration pointer is incremented by that amount.

Syntax

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

Parameters

[in] celt The number of LINEINFO structures requested to be retrieved.
[out] drgelt The pointer to the array of LINEINFO structures that are retrieved.
[out] *pceltFetched The number of actual LINEINFO structures that was retrieved.

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