CLUSTER_ROLE_STATE enumeration (resapi.h)

Defines the potential return values for the ResUtilGetClusterRoleState function.

Syntax

typedef enum _CLUSTER_ROLE_STATE {
  ClusterRoleUnknown = -1,
  ClusterRoleClustered,
  ClusterRoleUnclustered
} CLUSTER_ROLE_STATE;

Constants

 
ClusterRoleUnknown
Value: -1
It is unknown whether or not the role is clustered.
ClusterRoleClustered
The role is clustered.
ClusterRoleUnclustered
The role is not clustered.

Requirements

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

See also

Failover Cluster Enumerations

ResUtilGetClusterRoleState