// irb.h
typedef enum {
IdeStart,
IdeStop,
IdePowerUp,
IdePowerDown,
IdeVendorDefined
} IDE_CONTROL_ACTION;
View the official Windows Driver Kit DDI reference
No 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.
IdeStart
Indicates that the miniport driver should start the channel.
IdeStop
Indicates that the miniport driver should stop the channel.
IdePowerUp
Indicates that the miniport driver should power up the channel.
IdePowerDown
Indicates that the miniport driver should power down the channel.
IdeVendorDefined
Indicates that the miniport driver should perform a vendor-defined control action.