Microsoft SDK for Java

javaStringLengthAsCString

Retrieves the length of the Java String object as a C string.

Syntax

int __cdecl javaStringLengthAsCString(HString *phString);

Return Value

Returns the length of the string object.

Parameter

*phString The address of the Java String object.

Remarks

This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.

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