SET_POWER_SETTING_VALUE - NtDoc

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

typedef struct {
  ULONG                  Version;
  GUID                   Guid;
  SYSTEM_POWER_CONDITION PowerCondition;
  ULONG                  DataLength;
  UCHAR                  Data[ANYSIZE_ARRAY];
} SET_POWER_SETTING_VALUE, *PSET_POWER_SETTING_VALUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-set_power_setting_value)

Description

This topic describes the SET_POWER_SETTING_VALUE structure.

Members

Version

Version of this structure. Currently should be set to POWER_SETTING_VALUE_VERSION.

Guid

GUID representing the power setting being applied.

PowerCondition

The power state this setting should be applied to, for example, AC, DC, thermal, and so on.

DataLength

Length in bytes of the Data member.

Data

Contains the setting value.

Remarks

See also