STORAGE_COMPONENT_HEALTH_STATUS enumeration (ntddstor.h)

Indicates the health status of a storage device.

Syntax

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

Constants

 
HealthStatusUnknown
The storage device health status is unknown.
HealthStatusNormal
The storage device is operating normally.
HealthStatusThrottled
The storage device has been throttled.
HealthStatusWarning
The storage device has issued a warning.
HealthStatusDisabled
The storage device has been disabled.
HealthStatusFailed
The storage device has failed.

Requirements

Requirement Value
Header ntddstor.h (include Ntddstor.h)