The CreateClusterGroup function adds a group to a cluster and returns a handle to the newly added group.
HGROUP WINAPI CreateClusterGroup(
HCLUSTER hCluster,
LPCWSTR lpszGroupName
);
If the operation was successful, CreateClusterGroup returns a group handle.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.