// scsiwmi.h
typedef enum {
ScsiWmiEventControl,
ScsiWmiDataBlockControl
} SCSIWMI_ENABLE_DISABLE_CONTROL;
View the official Windows Driver Kit DDI reference
No description available.
The SCSIWMI_ENABLE_DISABLE_CONTROL enumerator is used to specify what to enable or disable.
Note The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
ScsiWmiEventControl
Indicates that a WMI event is to be enabled or disabled.
ScsiWmiDataBlockControl
Indicates that a data collection for a block is to be enabled or disabled.