// 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 referenceNo description available.
The MP_STORAGE_DIAGNOSTIC_LEVEL enumeration allows the caller to control what kinds of data the provider should return.
MpStorageDiagnosticLevelDefault:0Specifies the default diagnostic level.
MpStorageDiagnosticLevelMaxThe maximum allowable value for this enumeration.