MP_STORAGE_DIAGNOSTIC_TARGET_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddscsi.h

typedef enum _MP_STORAGE_DIAGNOSTIC_TARGET_TYPE {
  MpStorageDiagnosticTargetTypeUndefined = 0,
  MpStorageDiagnosticTargetTypeMiniport = 2,
  MpStorageDiagnosticTargetTypeHbaFirmware,
  MpStorageDiagnosticTargetTypeMax
} MP_STORAGE_DIAGNOSTIC_TARGET_TYPE, *PMP_STORAGE_DIAGNOSTIC_TARGET_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddscsi-_mp_storage_diagnostic_target_type)

MP_STORAGE_DIAGNOSTIC_TARGET_TYPE enumeration

Description

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

Constants

MpStorageDiagnosticTargetTypeUndefined:0

The diagnostic target is undefined.

MpStorageDiagnosticTargetTypeMiniport:2

The diagnostic target is a miniport driver.

MpStorageDiagnosticTargetTypeHbaFirmware

The diagnostic target is an Hba Firmware driver.

MpStorageDiagnosticTargetTypeMax

Maximum allowed value for this enumeration.