The callSub method of the Dispatch Class contains the following signatures:
callSub(Object pDispatch, String dispName)
callSub(Object pDispatch, String dispName, Object o0)
callSub(Object pDispatch, String dispName, Object o0, Object o1)
callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2)
callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3)
callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4)
callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5)
callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6)
callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6, Object o7)
callSub(Object pDispatch, int dispid)
callSub(Object pDispatch, int dispid, Object o0)
callSub(Object pDispatch, int dispid, Object o0, Object o1)
callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2)
callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3)
callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3, Object o4)
callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5)
callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6)
callSub(Object pDispatch, int dispid Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6, Object o7)
Invokes a subroutine (that has no parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
Invokes a subroutine (that has one parameter) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
Invokes a subroutine (that has two parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0, Object o1);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
Invokes a subroutine (that has three parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
Invokes a subroutine (that has four parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
Invokes a subroutine (that has five parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
Invokes a subroutine (that has six parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
o5 | A parameter of the invoked method. |
Invokes a subroutine (that has seven parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
o5 | A parameter of the invoked method. |
o6 | A parameter of the invoked method. |
Invokes a subroutine (that has eight parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, String dispName, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6,
Object o7);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
o5 | A parameter of the invoked method. |
o6 | A parameter of the invoked method. |
o7 | A parameter of the invoked method. |
Invokes a subroutine (that has no parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
Invokes a subroutine (that has one parameter) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
Invokes a subroutine (that has two parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0, Object o1);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
Invokes a subroutine (that has three parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
Invokes a subroutine (that has four parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
Invokes a subroutine (that has five parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3, Object o4);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
Invokes a subroutine (that has six parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
o5 | A parameter of the invoked method. |
Invokes a subroutine (that has seven parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
o5 | A parameter of the invoked method. |
o6 | A parameter of the invoked method. |
Invokes a subroutine (that has eight parameters) on an ActiveX Automation object.
public static void callSub(Object pDispatch, int dispid, Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Object o6,
Object o7);
pDispatch | The Java proxy of the ActiveX Automation object. |
dispid | The identifier of the invoked method. |
o0 | A parameter of the invoked method. |
o1 | A parameter of the invoked method. |
o2 | A parameter of the invoked method. |
o3 | A parameter of the invoked method. |
o4 | A parameter of the invoked method. |
o5 | A parameter of the invoked method. |
o6 | A parameter of the invoked method. |
o7 | A parameter of the invoked method. |