| Parameter | Description |
|---|---|
| str | A string which must a string literal |
| byteCount | Receives the number of UTF-8 encoded bytes the constant contains (excluding null terminator) |
byte* A pointer to constant data representing the UTF-8 encoded bytes of the string literal, terminated with a null terminator
Return a pointer to read-only memory consisting of the literal UTF-8 bytes of a string constant.