Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Basic Unicode String Functions | awStrdupUC
 
awStrdupUC
charUC* awStrdupUC(
charUC *st);
st
The Unicode string being copied.
Creates a duplicate of the Unicode string st and returns a pointer to the newly created string.
The caller is responsible for freeing the return value.