Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUS_GROUP_START_SETTING enumeration (clusapi.h)
Enumerates the start settings for a cluster group.
Syntax
typedef enum {
CLUS_GROUP_START_ALWAYS = 0,
CLUS_GROUP_DO_NOT_START = 1,
CLUS_GROUP_START_ALLOWED = 2
} CLUS_GROUP_START_SETTING;
Constants
CLUS_GROUP_START_ALWAYSValue: 0 Always start the cluster. |
CLUS_GROUP_DO_NOT_STARTValue: 1 Do not start the cluster. |
CLUS_GROUP_START_ALLOWEDValue: 2 The cluster can be started. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | clusapi.h |
Feedback
Was this page helpful?
