// pep_x.h
typedef enum {
PepIdleTypeProcessor,
PepIdleTypePlatform,
PepIdleTypeMax
} PEP_PROCESSOR_IDLE_TYPE, *PPEP_PROCESSOR_IDLE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The PEP_PROCESSOR_IDLE_TYPE enumeration indicates whether idle constraints apply to just the current processor or to all processors in the hardware platform.
PepIdleTypeProcessorApply to current processor.
PepIdleTypePlatformApply to all processors.
PepIdleTypeMaxReserved for use by operating system.
The Type member of the PEP_PROCESSOR_IDLE_CONSTRAINTS structure is a PEP_PROCESSOR_IDLE_TYPE enumeration value.
PEP_PROCESSOR_IDLE_CONSTRAINTS