Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.67 KB

ne-clusapi-cluster_quorum_value.md

File metadata and controls

83 lines (63 loc) · 2.67 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:clusapi.CLUSTER_QUORUM_VALUE
CLUSTER_QUORUM_VALUE (clusapi.h)
CLUSTER_QUORUM_VALUE (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.
CLUSTER_QUORUM_LOST
CLUSTER_QUORUM_MAINTAINED
CLUSTER_QUORUM_VALUE
CLUSTER_QUORUM_VALUE enumeration [Failover Cluster]
msclus/CLUSTER_QUORUM_LOST
msclus/CLUSTER_QUORUM_MAINTAINED
msclus/CLUSTER_QUORUM_VALUE
mscs.cluster_quorum_value
mscs\cluster_quorum_value.htm
MsCS
5b5310f5-b4f4-4c1e-82ad-3bbf3ebc511b
08/03/2022
CLUSTER_QUORUM_LOST, CLUSTER_QUORUM_MAINTAINED, CLUSTER_QUORUM_VALUE, CLUSTER_QUORUM_VALUE enumeration [Failover Cluster], msclus/CLUSTER_QUORUM_LOST, msclus/CLUSTER_QUORUM_MAINTAINED, msclus/CLUSTER_QUORUM_VALUE, mscs.cluster_quorum_value
clusapi.h
ClusAPI.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_QUORUM_VALUE
19H1
CLUSTER_QUORUM_VALUE
clusapi/CLUSTER_QUORUM_VALUE
c++
APIRef
kbSyntax
HeaderDef
msclus.h
CLUSTER_QUORUM_VALUE

CLUSTER_QUORUM_VALUE enumeration

-description

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

-enum-fields

-field CLUSTER_QUORUM_MAINTAINED:0

The quorum will be maintained.

-field CLUSTER_QUORUM_LOST:1

The quorum will be lost.

-see-also

CLUSCTL_CLUSTER_CHECK_VOTER_DOWN

CLUSCTL_CLUSTER_CHECK_VOTER_EVICT

ClusterControl

Failover Cluster Enumerations