Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains power policy settings that are unique to each power scheme.
Syntax
typedef struct _POWER_POLICY {
USER_POWER_POLICY user;
MACHINE_POWER_POLICY mach;
} POWER_POLICY, *PPOWER_POLICY;
Members
user
A USER_POWER_POLICY structure that defines user power policy settings.
mach
A MACHINE_POWER_POLICY structure that defines 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 |