Constructs a Java string from a Unicode C character buffer.
Hjava_lang_String* __cdecl makeJavaStringW( unicode *pszwSrc, int cch );
Returns a string formatted as a Java String object.
*pszwSrc | The address of the C string to convert. |
cch | The number of characters in the C string, excluding the terminating NULL. |