Microsoft SDK for Java

IJavaEnumXXXX::
Clone

The Clone method of the IJavaEnumXXXX interface creates a copy of the enumerator, including the enumerator's current position in its list of elements.

Syntax

HRESULT Clone(IJavaEnumXXXX **ppEnum)

Parameters

[out] ppEnum Returns a pointer to the copied enumerator.

Return Value

S_OK Success

E_OUTOFMEMORY Insufficient memory.

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