// pep_x.h
typedef struct _PEP_PROCESSOR_PARK_STATE {
PEPHANDLE Processor;
BOOLEAN Parked;
UCHAR Reserved[3];
} PEP_PROCESSOR_PARK_STATE, *PPEP_PROCESSOR_PARK_STATE;
View the official Windows Driver Kit DDI reference// pepfx.h
typedef struct _PEP_PROCESSOR_PARK_STATE {
PEPHANDLE Processor;
BOOLEAN Parked;
UCHAR Reserved[3];
} PEP_PROCESSOR_PARK_STATE, *PPEP_PROCESSOR_PARK_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The PEP_PROCESSOR_PARK_STATE structure describes the parking state for a single processor.
ProcessorSpecifies the PEPHANDLE associated with this processor.
ParkedSpecifies whether or not this processor is parked.
ReservedThis member is reserved and should be set to zero.
PEP_NOTIFY_PPM_PARK_MASK notification
The PEP_PROCESSOR_PARK_STATE structure describes the parking state for a single processor.
ProcessorSpecifies the PEPHANDLE associated with this processor.
ParkedSpecifies whether or not this processor is parked.
ReservedThis member is reserved and should be set to zero.
PEP_NOTIFY_PPM_PARK_MASK notification