Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_QUORUM_VALUE enumeration (clusapi.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_MAINTAINEDValue: 0 The quorum will be maintained. |
CLUSTER_QUORUM_LOSTValue: 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
Feedback
Was this page helpful?
