Microsoft SDK for Java

javaStringLength

Retrieves the length of the Java String object.

Syntax

int __cdecl javaStringLength(Hjava_lang_String *s);

Return Value

Returns the number of characters in the string.

Parameter

*s The address of the Java String object.

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