// ntpoapi.h
typedef struct _POWER_PLATFORM_INFORMATION {
BOOLEAN AoAc;
} POWER_PLATFORM_INFORMATION, *PPOWER_PLATFORM_INFORMATION;
View the official Windows Driver Kit DDI reference
// wdm.h
typedef struct _POWER_PLATFORM_INFORMATION {
BOOLEAN AoAc;
} POWER_PLATFORM_INFORMATION, *PPOWER_PLATFORM_INFORMATION;
View the official Windows Driver Kit DDI reference
No description available.
The POWER_PLATFORM_INFORMATION structure contains information about the power capabilities of the system.
AoAc
Indicates whether the system supports the connected standby power model.
The POWER_PLATFORM_INFORMATION structure contains information about the power capabilities of the system.
AoAc
Indicates whether the system supports the connected standby power model.