Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_GROUP_PRIORITY enumeration (clusapi.h)
Specifies the priority level of a group.
Syntax
typedef enum CLUSTER_GROUP_PRIORITY {
PriorityDisabled = 0,
PriorityLow = 1000,
PriorityMedium = 2000,
PriorityHigh = 3000
} ;
Constants
PriorityDisabledValue: 0 Disabled priority. A group that has a disabled priority does not start automatically. |
PriorityLowValue: 1000 Low priority. |
PriorityMediumValue: 2000 Medium priority. |
PriorityHighValue: 3000 High priority. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | clusapi.h |
Feedback
Was this page helpful?
