Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Basic Unicode String Functions | awStrcatUC
 
awStrcatUC
charUC *awStrcatUC(
charUC *dest,
charUC *src);
dest
The Unicode string to which src is to be concatenated.
src
The Unicode string to be concatenated onto dest.
Concatenates the Unicode string src, including the '\0' termination character, to the string dest and returns a pointer to dest.