DeleteClusterGroup

The DeleteClusterGroup function removes a group from a cluster.

DWORD WINAPI DeleteClusterGroup(
  HGROUP hGroup  
);
 

Parameters

hGroup
[in] Handle to the group to be removed.

Return Values

ERROR_SUCCESS
The operation was successful.

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

Remarks

Because the DeleteClusterGroup function only removes groups that are empty, a group must have no resources before it can successfully be deleted.

QuickInfo

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