Returns a temporary pointer to the first character of the Java String object. It is important that you use this method rather than try to manipulate RNI structures that handle string types. The Microsoft VM handles strings differently in certain situations, and strings may be stored with multiple objects.
unicode * __cdecl javaStringStart(HString *string);
Returns a string pointer.
*string | The String handle to reference. |
Note This pointer may change after garbage collection.