Microsoft SDK for Java

javaStringStart

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.

Syntax

unicode * __cdecl javaStringStart(HString *string);

Return Value

Returns a string pointer.

Parameters

*string The String handle to reference.

Remarks

Note   This pointer may change after garbage collection.

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