Microsoft SDK for Java

Dispatch Class Methods

The Dispatch Class contains the following methods:

call invokes a method (that has no parameters) on an ActiveX Automation object.
callN invokes a method on a Microsoft® ActiveX® Automation object.
callN_casesensitive invokes a method on an ActiveX Automation object.
callSub invokes a subroutine (that has no parameters) on an ActiveX Automation object.
callSubN invokes a method on an ActiveX Automation object.
get accesses a property on an ActiveX Automation object.
get_casesensitive accesses a property on an ActiveX Automation object.
getIDOfName maps the name of a dispmember to its dispid.
getIDsOfNames maps the names of a dispmember and its parameter names to their dispids.
invoke invokes a method or accesses a property on an ActiveX Automation object.
invokeSub invokes a subroutine or sets a property on an ActiveX Automation object.
invokeSubv invokes a subroutine or sets a property on an ActiveX Automation object.
invokev invokes a method or accesses a property on an ActiveX Automation object.
put sets a property on an ActiveX Automation object.
put_casesensitive sets a property on an ActiveX Automation object.
putRef sets a property on an ActiveX Automation object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.