GetClusterNodeKey

The GetClusterNodeKey function opens the root of the cluster database subtree for a node.

HKEY WINAPI GetClusterNodeKey(
  HNODE hNode,       
  REGSAM samDesired  
);
 

Parameters

hNode
[in] Handle to a node.
samDesired
[in] Access mask that describes the desired security access for the new key.

Return Values

NULL
The operation was unsuccessful. For more detailed information about the error, see the Win32 function GetLastError.

If the operation was successful, GetClusterNodeKey returns a registry key handle for the node.

Remarks

The GetClusterNodeKey function returns a handle to a cluster database key representing the subtree root for the node identified by hNode. Callers should call ClusterRegCloseKey to close the key handle retrieved by GetClusterNodeKey when they are done with it.

QuickInfo

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