POWER_PLATFORM_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntpoapi-_power_platform_information)

_POWER_PLATFORM_INFORMATION structure (ntpoapi.h)

Description

The POWER_PLATFORM_INFORMATION structure contains information about the power capabilities of the system.

Members

AoAc

Indicates whether the system supports the connected standby power model.


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

_POWER_PLATFORM_INFORMATION structure (wdm.h)

Description

The POWER_PLATFORM_INFORMATION structure contains information about the power capabilities of the system.

Members

AoAc

Indicates whether the system supports the connected standby power model.