IDE_POWER_INFO structure (irb.h)

The POWER_CHANGE_INFO structure is used in conjunction with the IDE_REQUEST_BLOCK to request a power state change.

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 struct _IDE_POWER_INFO {
  IDE_POWER_STATE CurrentPowerState;
  IDE_POWER_STATE DesiredPowerState;
} IDE_POWER_INFO, *PIDE_POWER_INFO;

Members

CurrentPowerState

Contains an enumeration value of type IDE_POWER_STATE that indicates the current power state of the device.

DesiredPowerState

Contains an enumeration value of type IDE_POWER_STATE that indicates the power state to which the device will be changed.

Requirements

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

See also

IDE_POWER_STATE

IDE_REQUEST_BLOCK