Creates a new Java String object, initialized from a NULL-terminated, UTF8-formatted, C string.
Hjava_lang_String* __cdecl makeJavaStringFromUtf8(const char *pszUtf8);
Returns a string formatted as a Java String object.
*pszUtf8 | The address of the initialization string. |
Unlike other RNI string conversion functions, makeJavaStringFromUtf8 does not require a character count but does require NULL termination of the UTF8 string.