// wdm.h
typedef enum {
PoAc,
PoDc,
PoHot,
PoConditionMaximum
} SYSTEM_POWER_CONDITION;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the SYSTEM_POWER_CONDITION enumeration.
PoAcDefines the PoAc constant.
PoDcDefines the PoDc constant.
PoHotDefines the PoHot constant.
PoConditionMaximumDefines the PoConditionMaximum constant.