STORAGE_DIAGNOSTIC_TARGET_TYPE enumeration (ntddstor.h)

The STORAGE_DIAGNOSTIC_TARGET_TYPE enumeration specifies the target type of a storage diagnostic.

Syntax

typedef enum _STORAGE_DIAGNOSTIC_TARGET_TYPE {
  StorageDiagnosticTargetTypeUndefined,
  StorageDiagnosticTargetTypePort,
  StorageDiagnosticTargetTypeMiniport,
  StorageDiagnosticTargetTypeHbaFirmware,
  StorageDiagnosticTargetTypeMax
} STORAGE_DIAGNOSTIC_TARGET_TYPE, *PSTORAGE_DIAGNOSTIC_TARGET_TYPE;

Constants

 
StorageDiagnosticTargetTypeUndefined
Specifies the target type is undefined.
StorageDiagnosticTargetTypePort
Specifies the target type is a port driver.
StorageDiagnosticTargetTypeMiniport
Specifies the target type is a Miniport driver.
StorageDiagnosticTargetTypeHbaFirmware
Specifies the target type is a Hba Firmware driver.
StorageDiagnosticTargetTypeMax
Specifies the target type is a Max driver.

Requirements

Requirement Value
Minimum supported client Available starting with Windows 10, version 1709.
Header ntddstor.h