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).
HRESULT GetElementObjects(IJavaEnumRemoteObject **ppEnum)
[out] ppEnum | Returns an enumerator for the elements of this array of object references, starting at index 0 (zero). |
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.