Microsoft SDK for Java

IRemoteArrayObject::
GetSize

The GetSize method of the IRemoteArrayObject interface returns the number of elements in this array.

Syntax

HRESULT GetSize(ULONG *pcElements)

Parameters

[out] pcElements Returns the number of elements in this array.

Return Value

S_OK Success.

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.