Added typedef for DEVICE_POWER_STATE.

This commit is contained in:
Ivan Leo Puoti 2005-04-12 11:58:43 +00:00 committed by Alexandre Julliard
parent d1f1d34c2b
commit 3f379d96ae
1 changed files with 9 additions and 0 deletions

View File

@ -3420,6 +3420,15 @@ typedef enum _SYSTEM_POWER_STATE {
} SYSTEM_POWER_STATE,
*PSYSTEM_POWER_STATE;
typedef enum _DEVICE_POWER_STATE {
PowerDeviceUnspecified,
PowerDeviceD0,
PowerDeviceD1,
PowerDeviceD2,
PowerDeviceD3,
PowerDeviceMaximum
} DEVICE_POWER_STATE, *PDEVICE_POWER_STATE;
typedef enum _POWER_INFORMATION_LEVEL {
SystemPowerPolicyAc,
SystemPowerPolicyDc,