// irb.h
typedef enum {
IdeStart,
IdeStop,
IdePowerUp,
IdePowerDown,
IdeVendorDefined
} IDE_CONTROL_ACTION;
View the official Windows Driver Kit DDI referenceNo description available.
The IDE_CONTROL_ACTION enumeration type indicates the control action to be performed by an IdeHwControl routine.
Note The ATA port driver and ATA miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
IdeStartIndicates that the miniport driver should start the channel.
IdeStopIndicates that the miniport driver should stop the channel.
IdePowerUpIndicates that the miniport driver should power up the channel.
IdePowerDownIndicates that the miniport driver should power down the channel.
IdeVendorDefinedIndicates that the miniport driver should perform a vendor-defined control action.