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_ALWAYS
Value: 0
Always start the cluster.
CLUS_GROUP_DO_NOT_START
Value: 1
Do not start the cluster.
CLUS_GROUP_START_ALLOWED
Value: 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?

Additional resources