MP_STORAGE_DIAGNOSTIC_LEVEL - NtDoc

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

typedef enum _MP_STORAGE_DIAGNOSTIC_LEVEL {
  MpStorageDiagnosticLevelDefault = 0,
  MpStorageDiagnosticLevelMax
} MP_STORAGE_DIAGNOSTIC_LEVEL, *PMP_STORAGE_DIAGNOSTIC_LEVEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddscsi-_mp_storage_diagnostic_level)

MP_STORAGE_DIAGNOSTIC_LEVEL enumeration

Description

The MP_STORAGE_DIAGNOSTIC_LEVEL enumeration allows the caller to control what kinds of data the provider should return.

Constants

MpStorageDiagnosticLevelDefault:0

Specifies the default diagnostic level.

MpStorageDiagnosticLevelMax

The maximum allowable value for this enumeration.