This method of the Variant Class retrieves the value of a VT_BOOL Variant.
public native boolean getBoolean();
Returns the Variant object's value, which is converted to a Java boolean.
ClassCastException if the variant type is not VT_BOOL.