PEP_PPM_PARK_MASK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef struct _PEP_PPM_PARK_MASK {
  [in]     ULONG                     Count;
  [in]     ULONGLONG                 EvaluationTime;
  [in/out] PPEP_PROCESSOR_PARK_STATE Processors;
} PEP_PPM_PARK_MASK, *PPEP_PPM_PARK_MASK;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_PARK_MASK {
  [in]     ULONG                     Count;
  [in]     ULONGLONG                 EvaluationTime;
  [in/out] PPEP_PROCESSOR_PARK_STATE Processors;
} PEP_PPM_PARK_MASK, *PPEP_PPM_PARK_MASK;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PPM_PARK_MASK structure (pep_x.h)

Description

The PEP_PROCESSOR_PARK_MASK structure contains the current core parking mask.

Members

Count [in]

Indicates the number of processors in the Processors array.

EvaluationTime [in]

The interrupt time of the performance check evaluation that initiated this notification.

Processors [in/out]

An array of processors in the core parking domain.

On input

Indicates the OS parking preference for each processor.

On output

Returns the PEP parking preference for each processor.

The Processors array is guaranteed to contain the processors in increasing order by processor index.

- Processors.On input

Indicates the OS parking preference for each processor.

- Processors.On output

Returns the PEP parking preference for each processor.

See also

PEP_NOTIFY_PPM_PARK_MASK notification

PEP_PROCESSOR_PARK_STATE


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

_PEP_PPM_PARK_MASK structure (pepfx.h)

Description

The PEP_PROCESSOR_PARK_MASK structure contains the current core parking mask.

Members

Count [in]

Indicates the number of processors in the Processors array.

EvaluationTime [in]

The interrupt time of the performance check evaluation that initiated this notification.

Processors [in/out]

An array of processors in the core parking domain.

On input

Indicates the OS parking preference for each processor.

On output

Returns the PEP parking preference for each processor.

The Processors array is guaranteed to contain the processors in increasing order by processor index.

See also

PEP_NOTIFY_PPM_PARK_MASK notification

PEP_PROCESSOR_PARK_STATE