// 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 referenceNo description available.
The PEP_PPM_QUERY_PLATFORM_STATES structure specifies the number of platform idle states the hardware platform supports.
PlatformStateCountThe number of platform idle states supported by the platform.
This structure is used by the PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES notification.
PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES
The PEP_PPM_QUERY_PLATFORM_STATES structure specifies the number of platform idle states the hardware platform supports.
PlatformStateCountThe number of platform idle states supported by the platform.
This structure is used by the PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES notification.
PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES