PEP_PPM_QUERY_COORDINATED_STATES - NtDoc

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

NtDoc

No description available.

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

_PEP_PPM_QUERY_COORDINATED_STATES structure (pep_x.h)

Description

The PEP_PPM_QUERY_COORDINATED_STATES structure contains information about each coordinated idle state that the platform extension plug-in (PEP) supports.

Members

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.

See also

PEP_COORDINATED_IDLE_STATE

PEP_NOTIFY_PPM_QUERY_COORDINATED_STATES notification

PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES notification


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

_PEP_PPM_QUERY_COORDINATED_STATES structure (pepfx.h)

Description

The PEP_PPM_QUERY_COORDINATED_STATES structure contains information about each coordinated idle state that the platform extension plug-in (PEP) supports.

Members

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.

See also

PEP_COORDINATED_IDLE_STATE

PEP_NOTIFY_PPM_QUERY_COORDINATED_STATES notification

PEP_NOTIFY_PPM_QUERY_PLATFORM_STATES notification