CLUSTER_QUORUM_VALUE enumeration (msclus.h)

Enumerates values returned by the ClusterControl function with the CLUSCTL_CLUSTER_CHECK_VOTER_DOWN or the CLUSCTL_CLUSTER_CHECK_VOTER_EVICT control codes.

Syntax

typedef enum CLUSTER_QUORUM_VALUE {
  CLUSTER_QUORUM_MAINTAINED = 0,
  CLUSTER_QUORUM_LOST = 1
} ;

Constants

 
CLUSTER_QUORUM_MAINTAINED
Value: 0
The quorum will be maintained.
CLUSTER_QUORUM_LOST
Value: 1
The quorum will be lost.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header msclus.h (include ClusAPI.h)

See also

CLUSCTL_CLUSTER_CHECK_VOTER_DOWN

CLUSCTL_CLUSTER_CHECK_VOTER_EVICT

ClusterControl

Failover Cluster Enumerations