The ResUtilSetDwordValue utility function sets a numeric value in the cluster database.
DWORD WINAPI ResUtilSetDwordValue(
HKEY ClusterKey,
LPCWSTR ValueName,
DWORD NewValue,
LPDWORD OutValue
);
If the operation was unsuccessful, ResUtilSetDwordValue returns a Win32® error value.
ResUtilSetDwordValue updates the cluster database by calling the Cluster API function ClusterRegSetValue.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.