The ResUtilGetMultiSzValue utility function returns a multiple string value from the cluster database.
DWORD WINAPI ResUtilGetMultiSzValue(
HKEY ClusterKey,
LPCWSTR ValueName,
LPBYTE * OutValue,
LPDWORD OutValueSize
);
ResUtilGetMultiSzValue can also return Win32® error codes that are returned by ClusterRegQueryValue.
When you are finished with the memory allocated for the value, you must call the Win32 function LocalFree to release it.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.