Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
ClusterSetupPhaseInformational Value: 1 This phase of the cluster setup can complete successfully. |
ClusterSetupPhaseWarning Value: 2 This phase of the cluster setup can complete, with a warning. |
ClusterSetupPhaseFatal Value: 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 |