Microsoft SDK for Java

IRemoteArrayObject::
GetElementObjects

The GetElementObjects method of the IRemoteArrayObject interface returns an IJavaEnumRemoteObject enumerator for the elements of this array of object references, starting at index 0 (zero).

Syntax

HRESULT GetElementObjects(IJavaEnumRemoteObject **ppEnum)

Parameters

[out] ppEnum Returns an enumerator for the elements of this array of object references, starting at index 0 (zero).

Return Value

S_OK Success.

E_FAIL The elements of this array are not object references.

E_NOLONGERVALID The underlying object is no longer valid.

E_NULLOBJECTREF This object reference is the null object reference.

E_OUTOFMEMORY Insufficient memory.

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