PEP_PROCESSOR_IDLE_TYPE - NtDoc

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

typedef enum {
  PepIdleTypeProcessor,
  PepIdleTypePlatform,
  PepIdleTypeMax
} PEP_PROCESSOR_IDLE_TYPE, *PPEP_PROCESSOR_IDLE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pep_x-pep_processor_idle_type)

PEP_PROCESSOR_IDLE_TYPE enumeration

Description

The PEP_PROCESSOR_IDLE_TYPE enumeration indicates whether idle constraints apply to just the current processor or to all processors in the hardware platform.

Constants

PepIdleTypeProcessor

Apply to current processor.

PepIdleTypePlatform

Apply to all processors.

PepIdleTypeMax

Reserved for use by operating system.

Remarks

The Type member of the PEP_PROCESSOR_IDLE_CONSTRAINTS structure is a PEP_PROCESSOR_IDLE_TYPE enumeration value.

See also

PEP_PROCESSOR_IDLE_CONSTRAINTS