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 POWER_CHANGE_INFO structure is used in conjunction with the IDE_REQUEST_BLOCK to request a power state change.
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) |