// 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 referenceNo description available.
The STORAGE_DIAGNOSTIC_TARGET_TYPE enumeration specifies the target type of a storage diagnostic.
StorageDiagnosticTargetTypeUndefinedSpecifies the target type is undefined.
StorageDiagnosticTargetTypePortSpecifies the target type is a port driver.
StorageDiagnosticTargetTypeMiniportSpecifies the target type is a Miniport driver.
StorageDiagnosticTargetTypeHbaFirmwareSpecifies the target type is a Hba Firmware driver.
StorageDiagnosticTargetTypeMaxSpecifies the target type is a Max driver.