PEP_PROCESSOR_PARK_STATE structure (pep_x.h)

The PEP_PROCESSOR_PARK_STATE structure describes the parking state for a single processor.

Syntax

typedef struct _PEP_PROCESSOR_PARK_STATE {
  PEPHANDLE Processor;
  BOOLEAN   Parked;
  UCHAR     Reserved[3];
} PEP_PROCESSOR_PARK_STATE, *PPEP_PROCESSOR_PARK_STATE;

Members

Processor

Specifies the PEPHANDLE associated with this processor.

Parked

Specifies whether or not this processor is parked.

Reserved[3]

This member is reserved and should be set to zero.

Requirements

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

See also

PEP_NOTIFY_PPM_PARK_MASK notification

PEP_PPM_PARK_MASK