PEP_PPM_QUERY_PLATFORM_STATES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef struct _PEP_PPM_QUERY_PLATFORM_STATES {
  ULONG PlatformStateCount;
} PEP_PPM_QUERY_PLATFORM_STATES, *PPEP_PPM_QUERY_PLATFORM_STATES;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_QUERY_PLATFORM_STATES {
  ULONG PlatformStateCount;
} PEP_PPM_QUERY_PLATFORM_STATES, *PPEP_PPM_QUERY_PLATFORM_STATES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_ppm_query_platform_states)

_PEP_PPM_QUERY_PLATFORM_STATES structure (pep_x.h)

Description

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

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.

See also

PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES


Windows Driver Kit DDI reference (ns-pepfx-_pep_ppm_query_platform_states)

_PEP_PPM_QUERY_PLATFORM_STATES structure (pepfx.h)

Description

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

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.

See also

PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES