Microsoft SDK for Java

execute_java_interface_method

Invokes a Java interface method.

Syntax

long __cdecl execute_java_interface_method(ExecEnv *ee, HObject *pobj, ClassClass j_interface, const char *method_name, const char *signature);

Parameters

*ee The placeholder for the execution environment, which is not needed by the Microsoft VM. Set this parameter to NULL.
*pobj The address of the Java object containing the method named by the method_name parameter.
j_interface A Java class interface.
*method_name The name of the method to be called.
*signature The types of parameters and return type of the method.

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