PEP_PPM_CST_STATES - NtDoc

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

typedef struct _PEP_PPM_CST_STATES {
  ULONG              Count;
  PPEP_PPM_CST_STATE IdleStates;
} PEP_PPM_CST_STATES, *PPEP_PPM_CST_STATES;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_CST_STATES {
  ULONG              Count;
  PPEP_PPM_CST_STATE IdleStates;
} PEP_PPM_CST_STATES, *PPEP_PPM_CST_STATES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PPM_CST_STATES structure (pep_x.h)

Description

The PEP_PPM_CST_STATES structure specifies the properties of the C states (ACPI processor power states) that are supported for a processor.

Members

Count

The number of elements in the IdleStates array.

IdleStates

A pointer to an array of PEP_PPM_CST_STATE structures.

Remarks

This structure is used by the PEP_NOTIFY_PPM_CST_STATES notification. The contents of this structure are obtained from the _CST object that is located in the ACPI namespace for the processor.

See also

PEP_NOTIFY_PPM_CST_STATES

PEP_PPM_CST_STATE


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

_PEP_PPM_CST_STATES structure (pepfx.h)

Description

The PEP_PPM_CST_STATES structure specifies the properties of the C states (ACPI processor power states) that are supported for a processor.

Members

Count

The number of elements in the IdleStates array.

IdleStates

A pointer to an array of PEP_PPM_CST_STATE structures.

Remarks

This structure is used by the PEP_NOTIFY_PPM_CST_STATES notification. The contents of this structure are obtained from the _CST object that is located in the ACPI namespace for the processor.

See also

PEP_NOTIFY_PPM_CST_STATES

PEP_PPM_CST_STATE