Microsoft SDK for Java

ptrToStringUni

This method of the DllLib class converts a native string in Unicode format to a java.lang.String object. A string that has the high-order word set to zero is legal and is converted to null.

Syntax

public static String ptrToStringUni(int ptr);

Return Value

Returns the Java string that represents the native string.

Parameters

ptr The string pointer to convert.

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