CLUSTER_SETUP_PHASE_TYPE enumeration (clusapi.h)

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

 
ClusterSetupPhaseStart
Value: 1
Indicates the start of a new setup phase.
ClusterSetupPhaseContinue
Value: 2
Indicates the continuation of a setup phase.
ClusterSetupPhaseEnd
Value: 3
Indicates the end of a setup phase. Called once at the end of every setup phase.
ClusterSetupPhaseReport
Value: 4

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h

See also

Failover Cluster Enumerations

PCLUSTER_SETUP_PROGRESS_CALLBACK