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 progress of the cluster setup process. The ClusterSetupProgressCallback function uses this enumeration. The values of the CLUSTER_SETUP_PHASE enumeration identify the current phase of the cluster setup process. The values of the CLUSTER_SETUP_PHASE_SEVERITY enumeration describe the severity of the cluster setup process.
Syntax
typedef enum _CLUSTER_SETUP_PHASE_TYPE {
ClusterSetupPhaseStart = 1,
ClusterSetupPhaseContinue = 2,
ClusterSetupPhaseEnd = 3,
ClusterSetupPhaseReport = 4
} CLUSTER_SETUP_PHASE_TYPE;
Constants
ClusterSetupPhaseStartValue: 1 Indicates the start of a new setup phase. |
ClusterSetupPhaseContinueValue: 2 Indicates the continuation of a setup phase. |
ClusterSetupPhaseEndValue: 3 Indicates the end of a setup phase. Called once at the end of every setup phase. |
ClusterSetupPhaseReportValue: 4 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |