PEP_PROCESSOR_PARK_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_processor_park_state)

_PEP_PROCESSOR_PARK_STATE structure (pep_x.h)

Description

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

Members

Processor

Specifies the PEPHANDLE associated with this processor.

Parked

Specifies whether or not this processor is parked.

Reserved

This member is reserved and should be set to zero.

See also

PEP_NOTIFY_PPM_PARK_MASK notification

PEP_PPM_PARK_MASK


Windows Driver Kit DDI reference (ns-pepfx-_pep_processor_park_state)

_PEP_PROCESSOR_PARK_STATE structure (pepfx.h)

Description

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

Members

Processor

Specifies the PEPHANDLE associated with this processor.

Parked

Specifies whether or not this processor is parked.

Reserved

This member is reserved and should be set to zero.

See also

PEP_NOTIFY_PPM_PARK_MASK notification

PEP_PPM_PARK_MASK