Microsoft SDK for Java

IRemoteArrayObject::
GetElementValues

The GetElementValues method of the IRemoteArrayObject interface returns an IJavaEnumRemoteValue enumerator for the values of the elements of this array of primitive data types, starting at index 0 (zero).

Syntax

HRESULT GetElementValues(IJavaEnumRemoteValue **ppEnum)

Parameters

[out] ppEnum Returns an enumerator for the values of the elements of this array of primitive data types, starting at index 0 (zero).

Return Value

S_OK Success.

E_FAIL The elements of this array are not of a primitive type.

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.