ClusterRegCloseKey

The ClusterRegCloseKey function releases the handle of a cluster database key.

LONG WINAPI ClusterRegCloseKey(
  HKEY hKey  
);
 

Parameters

hKey
[in] Handle to the cluster database key to be closed.

Return Values

ERROR_SUCCESS
The operation was successful.

If the operation was unsuccessful, ClusterRegCloseKey returns a Win32 error value.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.