ResUtilDupString

The ResUtilDupString utility function duplicates a character string.

PWSTR WINAPI ResUtilDupString(
  LPCWSTR Value  
);
 

Parameters

Value
[in] Pointer to the string to duplicate.

Return Values

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.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.