SYSTEM_POWER_CONDITION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum {
  PoAc,
  PoDc,
  PoHot,
  PoConditionMaximum
} SYSTEM_POWER_CONDITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-system_power_condition)

Description

This topic describes the SYSTEM_POWER_CONDITION enumeration.

Constants

PoAc

Defines the PoAc constant.

PoDc

Defines the PoDc constant.

PoHot

Defines the PoHot constant.

PoConditionMaximum

Defines the PoConditionMaximum constant.

Remarks

See also