Calls a Java constructor method using a va_list as a parameter instead of ellipses.
__cdecl execute_java_constructor_methodV(struct methodblock *mb, va_list args);
*mb | The pointer to the methodblock structure. |
args | Additional arguments. |
This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.