Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.1 KB

nc-d3dkmddi-dxgkddi_setrootpagetable.md

File metadata and controls

67 lines (53 loc) · 2.1 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dkmddi.DXGKDDI_SETROOTPAGETABLE
DXGKDDI_SETROOTPAGETABLE (d3dkmddi.h)
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.
display\dxgkddisetrootpagetable.htm
05/10/2018
DXGKDDI_SETROOTPAGETABLE callback function
DXGKDDI_SETROOTPAGETABLE, DXGKDDI_SETROOTPAGETABLE callback, DxgkDdiSetRootPageTable, DxgkDdiSetRootPageTable callback function [Display Devices], d3dkmddi/DxgkDdiSetRootPageTable, display.dxgkddisetrootpagetable, dispmprt/DxgkDdiSetRootPageTable
d3dkmddi.h
Desktop
Windows 10
Windows Server 2016
Windows
display
DXGKDDI_SETROOTPAGETABLE
d3dkmddi/DXGKDDI_SETROOTPAGETABLE
APIRef
kbSyntax
UserDefined
dispmprt.h
d3dkmddi.h
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

-param hAdapter

A handle to the display adapter.

-param pSetPageTable

The DXGKARG_SETROOTPAGETABLE structure that describes the operation.

-see-also

DXGKARG_SETROOTPAGETABLE