The GetClusterGroupKey function opens the root of the cluster database subtree for a group.
HKEY WINAPI GetClusterGroupKey(
HGROUP hGroup,
REGSAM samDesired
);
If the operation was successful, GetClusterGroupKey returns a database key handle for the group.
The GetClusterGroupKey function returns a handle to a cluster database key representing the subtree root for the group identified by hGroup. Callers should call ClusterRegCloseKey to close the key handle retrieved by GetClusterGroupKey when they are done with it.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.