The ResUtilSetSzValue utility function sets a string value in the cluster database.
DWORD WINAPI ResUtilSetSzValue(
HKEY ClusterKey,
LPCWSTR ValueName,
LPCWSTR NewValue,
LPWSTR * OutValue
);
ResUtilSetSzValue can also return Win32® error codes that are returned by ClusterRegSetValue.
ResUtilSetSzValue allocates memory for the new value and calls the Cluster API function ClusterRegSetValue. If necessary, a previous value is deallocated. The new value is copied to the contents of OutValue.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.