Microsoft SDK for Java

changeType

The changeType method of the Variant Class contains the following signatures:

changeType(short vartype)
changeType(int vartype)

changeType(short vartype)

Invokes the Win32 VariantChangeType function.

Syntax

public native void changeType(short vartype);

changeType(int vartype)

Invokes the Win32 VariantChangeType function.

Syntax

public void changeType(int vartype);

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