Microsoft SDK for Java

execute_java_static_method64

Invokes a Java static method. This method is equivalent to the execute_java_dynamic_method, except it returns a 64-bit value instead of a 32-bit long.

Syntax

int64_t __cdecl execute_java_static_method64(ExecEnv *ee, ClassClass* cb, char *method_name, char *signature);

Return Value

A 64-bit value.

Parameters

*ee The placeholder for the execution environment, which is not needed by the Microsoft VM. Pass NULL.
*cb The address of the class object, obtained with the FindClass function.
*method_name The name of the method to be called.
*signature The types of parameters passed to the constructor. For a description of signature characters, see execute_java_dynamic_method64.

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