Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Basic Unicode String Functions | awStrcpyUC
 
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.