From 3f379d96ae2e357c732a973dd44939b135e2cbcc Mon Sep 17 00:00:00 2001 From: Ivan Leo Puoti Date: Tue, 12 Apr 2005 11:58:43 +0000 Subject: [PATCH] Added typedef for DEVICE_POWER_STATE. --- include/winnt.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/winnt.h b/include/winnt.h index 5424a3600d8..93ae35a0bcc 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -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,