AppendString appends a specified string to the end of the string.
Parameters |
Description |
const wchar_t* pstr |
Pointer to the string which is to be appended. |
SPInt len = -1 |
Number of characters in the string. |
const char* putf8str |
Pointer to the UTF-8 string which is to be appended. |
SPInt utf8StrSz = -1 |
Number of bytes in the UTF-8 string. |