UniStrcat appends a copy of the code element string pointed to by ucs2 (including the ending null code element) to the end of the code element string pointed to by ucs1. The initial wide code element of ucs2 overwrites the null code element at the end of ucs1. If copying takes place between objects that overlap, the results are unpredictable.


[Back: UniStrcat - Parameters]
[Next: UniStrcat - Example Code]