Microsoft SDK for Java

callN_casesensitive

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.

Syntax

public static Variant callN_casesensitive(Object pDispatch, String dispName, Object oArg[]);

Return Value

Returns the Variant returned by the method.

Parameters

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.

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