Microsoft SDK for Java

putCharArray

This method of the Variant Class sets Variant to type VT_ARRAY|VT_I2 and clears the previous contents.

Syntax

public native void putCharArray(Object ca);

Parameters

ca The initial values of the elements, which must be char[].

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