The ClusterRegDeleteKey function deletes a cluster database key.
LONG WINAPI ClusterRegDeleteKey(
HKEY hKey,
LPCWSTR lpszSubKey
);
If the operation was unsuccessful, ClusterRegDeleteKey returns a Win32 error value.
Unlike the RegDeleteKey function that deletes a key from the system registry on Microsoft® Windows® 95 operating systems, ClusterRegDeleteKey cannot delete a key that has one or more subkeys. This behavior is identical to the behavior of RegDeleteKey on the Microsoft® Windows NT® Server network operating system.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.