// d3dkmddi.h
DXGKDDI_SETROOTPAGETABLE DxgkddiSetrootpagetable;
VOID DxgkddiSetrootpagetable(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_SETROOTPAGETABLE pSetPageTable
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
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.
hAdapterA handle to the display adapter.
pSetPageTableThe DXGKARG_SETROOTPAGETABLE structure that describes the operation.