The GetNext method of the IJavaEnumRemoteProcess interface retrieves the next element from the enumerator's list.
HRESULT GetNext(IRemoteProcess *ppirp)
[retval] [out] ppirp | Returns the next element in the enumerator’s list. |
S_OK The next element was returned.
S_FALSE No element was returned. There were no elements remaining in the enumerator’s list.