// pep_x.h
typedef struct _PEP_PPM_QUERY_COORDINATED_STATES {
[in] ULONG Count;
PEP_COORDINATED_IDLE_STATE States[ANYSIZE_ARRAY];
} PEP_PPM_QUERY_COORDINATED_STATES, *PPEP_PPM_QUERY_COORDINATED_STATES;
View the official Windows Driver Kit DDI reference// pepfx.h
typedef struct _PEP_PPM_QUERY_COORDINATED_STATES {
[in] ULONG Count;
PEP_COORDINATED_IDLE_STATE States[ANYSIZE_ARRAY];
} PEP_PPM_QUERY_COORDINATED_STATES, *PPEP_PPM_QUERY_COORDINATED_STATES;
View the official Windows Driver Kit DDI referenceNo description available.
The PEP_PPM_QUERY_COORDINATED_STATES structure contains information about each coordinated idle state that the platform extension plug-in (PEP) supports.
Count [in]The size of the States array. This will be equal to the PlatformStateCount returned from the query platform states notification.
States [out]An array of PEP_COORDINATED_IDLE_STATE structures that contains information about each coordinated idle state that the PEP supports.
PEP_NOTIFY_PPM_QUERY_COORDINATED_STATES notification
PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES notification
The PEP_PPM_QUERY_COORDINATED_STATES structure contains information about each coordinated idle state that the platform extension plug-in (PEP) supports.
Count [in]The size of the States array. This will be equal to the PlatformStateCount returned from the query platform states notification.
States [out]An array of PEP_COORDINATED_IDLE_STATE structures that contains information about each coordinated idle state that the PEP supports.
PEP_NOTIFY_PPM_QUERY_COORDINATED_STATES notification
PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES notification