Microsoft SDK for Java

Variant Class Fields

The Variant Class contains the following fields.

VariantArray Corresponds to the VT_ARRAY modifier.
VariantBoolean Corresponds to the VT_BOOL variant type.
VariantByref Corresponds to the VT_BYREF modifier.
VariantByte Corresponds to the VT_UI1 variant type.
VariantCurrency Corresponds to the VT_CY variant type.
VariantDate Corresponds to the VT_DATE variant type.
VariantDispatch Corresponds to the VT_DISPATCH variant type.
VariantDouble Corresponds to the VT_R8 variant type.
VariantEmpty Corresponds to the VT_EMPTY variant type.
VariantError Corresponds to the VT_ERROR variant type.
VariantFloat Corresponds to the VT_R4 variant type.
VariantInt Corresponds to the VT_I4 variant type.
VariantNull Corresponds to the VT_NULL variant type.
VariantObject Corresponds to the VT_UNKNOWN variant type.
VariantShort Corresponds to the VT_I2 variant type.
VariantString Corresponds to the VT_BSTR variant type.
VariantTypeMask Masks off variant type modifiers.
VariantVariant Corresponds to the VT_VARIANT variant type.

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