Microsoft SDK for Java

execute_java_constructor_methodV

Calls a Java constructor method using a va_list as a parameter instead of ellipses.

Syntax

__cdecl execute_java_constructor_methodV(struct methodblock *mb, va_list args);

Parameters

*mb The pointer to the methodblock structure.
args Additional arguments.

Remarks

This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.

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