Microsoft SDK for Java

IJavaEnumXXXX::
GetNext

The GetNext method of the IJavaEnumXXXX interface retrieves the next element from the enumerator's list.

Syntax

HRESULT GetNext(<element_type> *pelt)

Parameters

[out] pelt Returns the next element in the enumerator's list.

Return Value

S_OK The next element was returned. 

S_FALSE No element was returned. There were no elements remaining in the enumerator's list.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.