The GetNext method of the IJavaEnumXXXX interface retrieves the next element from the enumerator's list.
HRESULT GetNext(<element_type> *pelt)
[out] pelt | 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.