The DeleteClusterGroup function removes a group from a cluster.
DWORD WINAPI DeleteClusterGroup(
HGROUP hGroup
);
If the operation was unsuccessful, DeleteClusterGroup returns a Win32 error value.
Because the DeleteClusterGroup function only removes groups that are empty, a group must have no resources before it can successfully be deleted.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.