MP_STORAGE_DIAGNOSTIC_TARGET_TYPE enumeration (ntddscsi.h)

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

Syntax

typedef enum _MP_STORAGE_DIAGNOSTIC_TARGET_TYPE {
  MpStorageDiagnosticTargetTypeUndefined = 0,
  MpStorageDiagnosticTargetTypeMiniport = 2,
  MpStorageDiagnosticTargetTypeHbaFirmware,
  MpStorageDiagnosticTargetTypeMax
} MP_STORAGE_DIAGNOSTIC_TARGET_TYPE, *PMP_STORAGE_DIAGNOSTIC_TARGET_TYPE;

Constants

 
MpStorageDiagnosticTargetTypeUndefined
Value: 0
The diagnostic target is undefined.
MpStorageDiagnosticTargetTypeMiniport
Value: 2
The diagnostic target is a miniport driver.
MpStorageDiagnosticTargetTypeHbaFirmware
The diagnostic target is an Hba Firmware driver.
MpStorageDiagnosticTargetTypeMax
Maximum allowed value for this enumeration.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Header ntddscsi.h