Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_SETUP_PHASE_SEVERITY enumeration (clusapi.h)
Describes the severity of the current phase of the cluster setup process. The ClusterSetupProgressCallback function uses this enumeration.
Syntax
typedef enum _CLUSTER_SETUP_PHASE_SEVERITY {
ClusterSetupPhaseInformational = 1,
ClusterSetupPhaseWarning = 2,
ClusterSetupPhaseFatal = 3
} CLUSTER_SETUP_PHASE_SEVERITY;
Constants
ClusterSetupPhaseInformationalValue: 1 This phase of the cluster setup can complete successfully. |
ClusterSetupPhaseWarningValue: 2 This phase of the cluster setup can complete, with a warning. |
ClusterSetupPhaseFatalValue: 3 This phase of the cluster setup process cannot complete successfully. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |
See also
Feedback
Was this page helpful?
