// ntddstor.h
typedef enum _STORAGE_DIAGNOSTIC_LEVEL {
StorageDiagnosticLevelDefault,
StorageDiagnosticLevelMax
} STORAGE_DIAGNOSTIC_LEVEL, *PSTORAGE_DIAGNOSTIC_LEVEL;
View the official Windows Driver Kit DDI referenceNo description available.
The STORAGE_DIAGNOSTIC_LEVEL enumeration specifies the target type of a storage diagnostic.
StorageDiagnosticLevelDefaultSpecifies the default diagnostic level.
StorageDiagnosticLevelMaxSpecifies the max diagnostic level.