Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |