IDE_CONTROL_ACTION enumeration (irb.h)

The IDE_CONTROL_ACTION enumeration type indicates the control action to be performed by a 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

 
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.

Requirements

Requirement Value
Header irb.h (include Irb.h)

See also

IdeHwControl