The ClusterRegOpenKey function opens a cluster database key.
LONG WINAPI ClusterRegOpenKey(
HKEY hKey,
LPCWSTR lpszSubKey,
REGSAM samDesired,
PHKEY phkResult
);
If the operation was unsuccessful, ClusterRegOpenKey returns a Win32 error value.
Callers should call ClusterRegCloseKey to close the key handle opened by ClusterRegOpenKey when they are done with it. For more information, see the related Win32 functions RegOpenKey and RegOpenKeyEx.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.