PEP_PPM_CONTEXT_QUERY_PARKING_PAGE - NtDoc

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

typedef struct _PEP_PPM_CONTEXT_QUERY_PARKING_PAGE {
  PHYSICAL_ADDRESS PhysicalPageAddress;
  PVOID            VirtualPageAddress;
} PEP_PPM_CONTEXT_QUERY_PARKING_PAGE, *PPEP_PPM_CONTEXT_QUERY_PARKING_PAGE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_CONTEXT_QUERY_PARKING_PAGE {
  PHYSICAL_ADDRESS PhysicalPageAddress;
  PVOID            VirtualPageAddress;
} PEP_PPM_CONTEXT_QUERY_PARKING_PAGE, *PPEP_PPM_CONTEXT_QUERY_PARKING_PAGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure (pep_x.h)

Description

The PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure describes the parking page for a processor.

Members

PhysicalPageAddress

The physical memory address of the parking page.

VirtualPageAddress

The virtual memory address of the parking page.

Remarks

The output buffer for a PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE power control request is a PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure.

See also

PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE


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

_PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure (pepfx.h)

Description

The PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure describes the parking page for a processor.

Members

PhysicalPageAddress

The physical memory address of the parking page.

VirtualPageAddress

The virtual memory address of the parking page.

Remarks

The output buffer for a PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE power control request is a PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure.

See also

PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE