Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.66 KB

ne-clusapi-cluster_setup_phase_severity.md

File metadata and controls

79 lines (63 loc) · 2.66 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:clusapi._CLUSTER_SETUP_PHASE_SEVERITY
CLUSTER_SETUP_PHASE_SEVERITY (clusapi.h)
Describes the severity of the current phase of the cluster setup process.
CLUSTER_SETUP_PHASE_SEVERITY
CLUSTER_SETUP_PHASE_SEVERITY enumeration [Failover Cluster]
ClusterSetupPhaseFatal
ClusterSetupPhaseInformational
ClusterSetupPhaseWarning
clusapi/CLUSTER_SETUP_PHASE_SEVERITY
clusapi/ClusterSetupPhaseFatal
clusapi/ClusterSetupPhaseInformational
clusapi/ClusterSetupPhaseWarning
mscs.cluster_setup_phase_severity
mscs\cluster_setup_phase_severity.htm
MsCS
a355dc8d-73f1-476b-a06f-24f011af4ace
12/05/2018
CLUSTER_SETUP_PHASE_SEVERITY, CLUSTER_SETUP_PHASE_SEVERITY enumeration [Failover Cluster], ClusterSetupPhaseFatal, ClusterSetupPhaseInformational, ClusterSetupPhaseWarning, clusapi/CLUSTER_SETUP_PHASE_SEVERITY, clusapi/ClusterSetupPhaseFatal, clusapi/ClusterSetupPhaseInformational, clusapi/ClusterSetupPhaseWarning, mscs.cluster_setup_phase_severity
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_SETUP_PHASE_SEVERITY
19H1
_CLUSTER_SETUP_PHASE_SEVERITY
clusapi/_CLUSTER_SETUP_PHASE_SEVERITY
CLUSTER_SETUP_PHASE_SEVERITY
clusapi/CLUSTER_SETUP_PHASE_SEVERITY
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
CLUSTER_SETUP_PHASE_SEVERITY

CLUSTER_SETUP_PHASE_SEVERITY enumeration

-description

Describes the severity of the current phase of the cluster setup process. The ClusterSetupProgressCallback function uses this enumeration.

-enum-fields

-field ClusterSetupPhaseInformational:1

This phase of the cluster setup can complete successfully.

-field ClusterSetupPhaseWarning:2

This phase of the cluster setup can complete, with a warning.

-field ClusterSetupPhaseFatal:3

This phase of the cluster setup process cannot complete successfully.

-see-also

Failover Cluster Enumerations

PCLUSTER_SETUP_PROGRESS_CALLBACK