CLUSTER_MEMBERSHIP_INFO structure (clusapi.h)

Represents membership information for a cluster.

Syntax

typedef struct _CLUSTER_MEMBERSHIP_INFO {
  BOOL  HasQuorum;
  DWORD UpnodesSize;
  BYTE  Upnodes[1];
} CLUSTER_MEMBERSHIP_INFO, *PCLUSTER_MEMBERSHIP_INFO;

Members

HasQuorum

TRUE if the cluster has a majority quorum; otherwise FALSE.

UpnodesSize

The size of the Upnodes parameter.

Upnodes[1]

A byte array that specifies the nodes in the cluster that are online.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2012
Header clusapi.h

See also

Data Structures