MP_STORAGE_DIAGNOSTIC_LEVEL enumeration (ntddscsi.h)

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

Syntax

typedef enum _MP_STORAGE_DIAGNOSTIC_LEVEL {
  MpStorageDiagnosticLevelDefault = 0,
  MpStorageDiagnosticLevelMax
} MP_STORAGE_DIAGNOSTIC_LEVEL, *PMP_STORAGE_DIAGNOSTIC_LEVEL;

Constants

 
MpStorageDiagnosticLevelDefault
Value: 0
Specifies the default diagnostic level.
MpStorageDiagnosticLevelMax
The maximum allowable value for this enumeration.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Header ntddscsi.h