The ResUtilDupString utility function duplicates a character string.
PWSTR WINAPI ResUtilDupString(
LPCWSTR Value
);
If the operation was successful, ResUtilDupString returns a pointer to a buffer containing the duplicate string.
If the operation was unsuccessful, ResUtilDupString returns NULL. A call can be made to the Win32® function GetLastError for more information.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.