Microsoft SDK for Java

putVariantArray

This method of the Variant Class sets a Variant object to a typeVT_ARRAY|VT_VARIANT Variant object, which holds a zero-based, one-dimensional SafeArray.

Syntax

public native void putVariantArray(Variant v[]);

Parameters

v Provides initial values for the SAFEARRAY elements.

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