2.2.2.10 CLUSTER_QUORUM_VALUE

The CLUSTER_QUORUM_VALUE enumeration defines the possible values that are returned when querying the cluster as to whether a configuration change will cause a loss of quorum, as specified in sections 3.1.4.3.7.3 and 3.1.4.3.7.4. The following constant values are valid. All other values are reserved.

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

CLUSTER_QUORUM_MAINTAINED: Indicates that the change to the cluster state will not cause quorum to be lost.

CLUSTER_QUORUM_LOST: Indicates that the change to the cluster state will cause quorum to be lost.