STORAGE_DIAGNOSTIC_TARGET_TYPE - NtDoc

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

typedef enum _STORAGE_DIAGNOSTIC_TARGET_TYPE {
  StorageDiagnosticTargetTypeUndefined,
  StorageDiagnosticTargetTypePort,
  StorageDiagnosticTargetTypeMiniport,
  StorageDiagnosticTargetTypeHbaFirmware,
  StorageDiagnosticTargetTypeMax
} STORAGE_DIAGNOSTIC_TARGET_TYPE, *PSTORAGE_DIAGNOSTIC_TARGET_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-_storage_diagnostic_target_type)

_STORAGE_DIAGNOSTIC_TARGET_TYPE enumeration

Description

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

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.