The Next method 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.
HRESULT Next(ULONG celt, LPLINEINFO *rgelt[], ULONG *pceltFetched)
[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. |