The GetNext method of the IJavaEnumRemoteField interface retrieves the next IRemoteField object being pointed to by the enumerator object and increments the enumeration pointer by one.
HRESULT GetNext(IRemoteField **ppirf)
[out] **ppirf | The pointer to the IRemoteField object that is retrieved. |