POWER_PLATFORM_INFORMATION structure (wdm.h)
The POWER_PLATFORM_INFORMATION structure contains information about the power capabilities of the system.
Syntax
typedef struct _POWER_PLATFORM_INFORMATION {
BOOLEAN AoAc;
} POWER_PLATFORM_INFORMATION, *PPOWER_PLATFORM_INFORMATION;
Members
AoAc
Indicates whether the system supports the connected standby power model.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | wdm.h (include Ntpoapi.h) |