The ResUtilSetMultiSzValue utility function sets a multiple string value in the cluster database.
DWORD WINAPI ResUtilSetMultiSzValue(
HKEY ClusterKey,
LPCWSTR ValueName,
LPCWSTR NewValue,
DWORD NewValueSize,
LPWSTR * OutValue,
LPDWORD OutValueSize
);
ResUtilSetMultiSzValue can also return Win32® error codes that are returned by ClusterRegSetValue.
ResUtilSetMultiSzValue allocates memory for the new value and calls the Cluster API function ClusterRegSetValue.
A multiple string value contains data that represents an array of null-terminated strings, terminated by two null characters.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.