DXGK_PAGETABLEUPDATEMODE - NtDoc

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

typedef enum _DXGK_PAGETABLEUPDATEMODE {
  DXGK_PAGETABLEUPDATE_CPU_VIRTUAL,
  DXGK_PAGETABLEUPDATE_GPU_VIRTUAL,
  DXGK_PAGETABLEUPDATE_GPU_PHYSICAL
} DXGK_PAGETABLEUPDATEMODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_pagetableupdatemode)

_DXGK_PAGETABLEUPDATEMODE enumeration

Description

DXGK_PAGETABLEUPDATEMODE is used as part of a DxgkDdiBuildPagingBuffer operation to indicate which member of the related DXGK_PAGETABLEUPDATEADDRESS structure contains the address of the page table to update.

Constants

DXGK_PAGETABLEUPDATE_CPU_VIRTUAL

Indicates that the address of the page table to update is in the CpuVirtual member of the DXGK_PAGETABLEUPDATEADDRESS structure.

DXGK_PAGETABLEUPDATE_GPU_VIRTUAL

Indicates that the address of the page table to update is in the GpuVirtual member of the DXGK_PAGETABLEUPDATEADDRESS structure.

DXGK_PAGETABLEUPDATE_GPU_PHYSICAL

Indicates that the address of the page table to update is in the GpuPhysical member of the DXGK_PAGETABLEUPDATEADDRESS structure.

See also

DXGK_PAGETABLEUPDATEADDRESS

DxgkDdiBuildPagingBuffer