Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | clusapi.h (include ClusAPI.h) |
See also
CLUSCTL_CLUSTER_CHECK_VOTER_DOWN