Constructs a Java string from a given ANSI C character buffer, converting it to Unicode.
Hjava_lang_String* __cdecl makeJavaString(char *str, int len);
Returns a string formatted as a java.lang.String object.
*str | The address of the C string to convert. |
len | The number of characters in the C string, excluding the terminating NULL. |