PEP_PPM_QUERY_PLATFORM_STATES structure (pep_x.h)

The PEP_PPM_QUERY_PLATFORM_STATES structure specifies the number of platform idle states the hardware platform supports.

Syntax

typedef struct _PEP_PPM_QUERY_PLATFORM_STATES {
  ULONG PlatformStateCount;
} PEP_PPM_QUERY_PLATFORM_STATES, *PPEP_PPM_QUERY_PLATFORM_STATES;

Members

PlatformStateCount

The number of platform idle states supported by the platform.

Remarks

This structure is used by the PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES notification.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pep_x.h (include Pep_x.h)

See also

PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES