GLOBAL_POWER_POLICY structure (powrprof.h)

Contains global power policy settings that apply to all power schemes.

Syntax

typedef struct _GLOBAL_POWER_POLICY {
  GLOBAL_USER_POWER_POLICY    user;
  GLOBAL_MACHINE_POWER_POLICY mach;
} GLOBAL_POWER_POLICY, *PGLOBAL_POWER_POLICY;

Members

user

A GLOBAL_USER_POWER_POLICY structure that defines the global user power policy settings.

mach

A GLOBAL_MACHINE_POWER_POLICY structure that defines the global computer power policy settings.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header powrprof.h

See also

GLOBAL_MACHINE_POWER_POLICY

GLOBAL_USER_POWER_POLICY

GetCurrentPowerPolicies

ReadGlobalPwrPolicy

SetActivePwrScheme

WriteGlobalPwrPolicy