SCSIWMI_ENABLE_DISABLE_CONTROL - NtDoc

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

typedef enum {
  ScsiWmiEventControl,
  ScsiWmiDataBlockControl
} SCSIWMI_ENABLE_DISABLE_CONTROL;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-scsiwmi-scsiwmi_enable_disable_control)

SCSIWMI_ENABLE_DISABLE_CONTROL enumeration

Description

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.

Constants

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.

See also

DpWmiFunctionControl

HwScsiWmiFunctionControl