// scsiwmi.h
typedef enum {
ScsiWmiEventControl,
ScsiWmiDataBlockControl
} SCSIWMI_ENABLE_DISABLE_CONTROL;
View the official Windows Driver Kit DDI referenceNo 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.
ScsiWmiEventControlIndicates that a WMI event is to be enabled or disabled.
ScsiWmiDataBlockControlIndicates that a data collection for a block is to be enabled or disabled.