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).
HRESULT GetElementValues(IJavaEnumRemoteValue **ppEnum)
[out] ppEnum | Returns an enumerator for the values of the elements of this array of primitive data types, starting at index 0 (zero). |
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.