This method of the Dispatch Class invokes a method on an ActiveX Automation object.
This method requires the object to support IDispatchEx. Only IDispatchEx supports case-sensitive name lookups.
public static Variant callN_casesensitive(Object pDispatch, String dispName, Object oArg[]);
Returns the Variant returned by the method.
pDispatch | The Java proxy of the ActiveX Automation object. |
dispname | The name of the invoked method. This name is case-sensitive. |
oArg | The parameters of the invoked method. |