CLUS_GROUP_START_SETTING enumeration (msclus.h)
Enumerates the start settings for a cluster group.
Syntax
typedef enum __MIDL___MIDL_itf_msclus_0000_0000_0005 {
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 | msclus.h |