The ResUtilGetBinaryValue utility function returns a binary value from the cluster database.
DWORD WINAPI ResUtilGetBinaryValue(
HKEY ClusterKey,
LPCWSTR ValueName,
LPBYTE * OutValue,
DWORD * OutValueSize
);
ResUtilGetBinaryValue can also return Win32® error codes that are returned by ClusterRegQueryValue.
ResUtilGetBinaryValue takes care of allocating the necessary memory for the value and calls the Cluster API function ClusterRegQueryValue. When you are finished with the allocated memory, 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.