STORAGE_DIAGNOSTIC_LEVEL enumeration (ntddstor.h)

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

Syntax

typedef enum _STORAGE_DIAGNOSTIC_LEVEL {
  StorageDiagnosticLevelDefault,
  StorageDiagnosticLevelMax
} STORAGE_DIAGNOSTIC_LEVEL, *PSTORAGE_DIAGNOSTIC_LEVEL;

Constants

 
StorageDiagnosticLevelDefault
Specifies the default diagnostic level.
StorageDiagnosticLevelMax
Specifies the max diagnostic level.

Requirements

Requirement Value
Minimum supported client Available starting with Windows 10, version 1709.
Header ntddstor.h