IDE_CONTROL_ACTION - NtDoc

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

typedef enum {
  IdeStart,
  IdeStop,
  IdePowerUp,
  IdePowerDown,
  IdeVendorDefined
} IDE_CONTROL_ACTION;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-irb-ide_control_action)

IDE_CONTROL_ACTION enumeration

Description

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.

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.

See also

IdeHwControl