Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
ClusterRoleUnknownValue: -1 It is unknown whether or not the role is clustered. |
ClusterRoleClusteredThe role is clustered. |
ClusterRoleUnclusteredThe 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
Feedback
Was this page helpful?
