I haven't found any function to copy the content of a "const wchar_t *" to another "const wchar_t *", not copying only the pointer to the same content.
I would like to know if exists any fuction that does this work or another easy way to do it instead of making a function to copy wchar to wchar myself.
Thanks.