Microsoft SDK for Java

putSafeArrayRef

This method of the Variant Class replaces a SafeArray object referenced by the Variant. This method sets the variant type to VT_BYREF|VT_ARRAY.

Syntax

public void putSafeArrayRef(SafeArray sa);

Parameters

sa The new SafeArray.

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