DXGKDDI_SETROOTPAGETABLE - NtDoc

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

DXGKDDI_SETROOTPAGETABLE DxgkddiSetrootpagetable;

VOID DxgkddiSetrootpagetable(
  IN_CONST_HANDLE hAdapter,
  IN_CONST_PDXGKARG_SETROOTPAGETABLE pSetPageTable
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkddi_setrootpagetable)

DXGKDDI_SETROOTPAGETABLE callback function

Description

DxgkDdiSetRootPageTable sets the root page table for the given context. This function is used to notify a context when its associated root page table is resized or moved in memory.

This is level 1 synchronization function. The targeted context is guaranteed to be idled (i.e. not scheduled) while its root page table is being updated.

Parameters

hAdapter

A handle to the display adapter.

pSetPageTable

The DXGKARG_SETROOTPAGETABLE structure that describes the operation.

See also

DXGKARG_SETROOTPAGETABLE