The GetNext method of the IJavaEnumLINEINFO interface is used to retrieve the next LINEINFO structure being pointed to by the enumerator object and increments the enumeration pointer by one.
HRESULT GetNext(LPLINEINFO *pli)
[out] *pli | The pointer to the LINEINFO structure that is retrieved. |