Retrieves the length of the Java String object as a C string.
int __cdecl javaStringLengthAsCString(HString *phString);
Returns the length of the string object.
*phString | The address of the Java String object. |
This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.