Creates a new array of bytes initialized from the C string.
HArrayOfByte* __cdecl MakeByteString(char *str, long len);
Returns the converted byte string.
*str | The address of the C string to convert. |
len | The number characters in the string, excluding the terminating NULL character. |