Microsoft SDK for Java

makeJavaStringW

Constructs a Java string from a Unicode C character buffer.

Syntax

Hjava_lang_String* __cdecl makeJavaStringW( unicode *pszwSrc, int cch );

Return Value

Returns a string formatted as a Java String object.

Parameters

*pszwSrc The address of the C string to convert.
cch The number of characters in the C string, excluding the terminating NULL.

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