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