CLUS_FORCE_QUORUM_INFO structure (clusapi.h)

Specifies information about the list of nodes sufficient to establish quorum in a majority-of-nodes cluster.

Syntax

typedef struct CLUS_FORCE_QUORUM_INFO {
  DWORD dwSize;
  DWORD dwNodeBitMask;
  DWORD dwMaxNumberofNodes;
  WCHAR multiszNodeList[1];
} CLUS_FORCE_QUORUM_INFO, *PCLUS_FORCE_QUORUM_INFO;

Members

dwSize

The total size of the structure, including the nodes list.

dwNodeBitMask

A bit mask representing the maximum assumed node set.

dwMaxNumberofNodes

The number of bits set in the mask

multiszNodeList[1]

The names of the nodes that are sufficient to establish quorum in a majority-of-nodes cluster. This list should be comma delimited with no spaces.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Header clusapi.h

See also

CLUSCTL_RESOURCE_FORCE_QUORUM