STORAGE_DIAGNOSTIC_LEVEL - NtDoc

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

typedef enum _STORAGE_DIAGNOSTIC_LEVEL {
  StorageDiagnosticLevelDefault,
  StorageDiagnosticLevelMax
} STORAGE_DIAGNOSTIC_LEVEL, *PSTORAGE_DIAGNOSTIC_LEVEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_STORAGE_DIAGNOSTIC_LEVEL enumeration

Description

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

Constants

StorageDiagnosticLevelDefault

Specifies the default diagnostic level.

StorageDiagnosticLevelMax

Specifies the max diagnostic level.