Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
typedef enum {
IdeStart,
IdeStop,
IdePowerUp,
IdePowerDown,
IdeVendorDefined
} IDE_CONTROL_ACTION;
Constants
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. |
Requirements
| Requirement | Value |
|---|---|
| Header | irb.h (include Irb.h) |