PEP_PROCESSOR_IDLE_TYPE enumeration (pep_x.h)

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

Syntax

typedef enum {
  PepIdleTypeProcessor,
  PepIdleTypePlatform,
  PepIdleTypeMax
} PEP_PROCESSOR_IDLE_TYPE, *PPEP_PROCESSOR_IDLE_TYPE;

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.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pep_x.h (include Pepfx.h)

See also

PEP_PROCESSOR_IDLE_CONSTRAINTS