Microsoft SDK for Java

MakeByteString

Creates a new array of bytes initialized from the C string.

Syntax

HArrayOfByte* __cdecl MakeByteString(char *str, long len);

Return Value

Returns the converted byte string.

Parameters

*str The address of the C string to convert.
len The number characters in the string, excluding the terminating NULL character.

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