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