awStrcpyUC
charUC* awStrcpyUC(
charUC *dest,
charUC *src);
dest | The string being copied to. |
scr | The Unicode string being copied. |
Copies the src Unicode string, including the '\0' termination character, to the dest Unicode string and returns a pointer to the new string.