Compartir a través de


enumeración STORAGE_COMPONENT_HEALTH_STATUS (winioctl.h)

Especifica el estado de mantenimiento de un componente de almacenamiento.

Syntax

typedef enum _STORAGE_COMPONENT_HEALTH_STATUS {
  HealthStatusUnknown = 0,
  HealthStatusNormal,
  HealthStatusThrottled,
  HealthStatusWarning,
  HealthStatusDisabled,
  HealthStatusFailed
} STORAGE_COMPONENT_HEALTH_STATUS, *PSTORAGE_COMPONENT_HEALTH_STATUS;

Constantes

 
HealthStatusUnknown
Valor: 0
HealthStatusNormal
HealthStatusThrottled
HealthStatusWarning
HealthStatusDisabled
HealthStatusFailed

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2016 [solo aplicaciones de escritorio]
Encabezado winioctl.h (incluya Windows.h)