Microsoft SDK for Java

putSafeArray

This method of the Variant Class sets the Variant object to type SAFEARRAY and clears the previous contents. This method sets the variant type to VT_ARRAY.

Syntax

public void putSafeArray(SafeArray sa);

Parameters

sa The SafeArray object.

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