_DXGKARG_UPDATEPAGETABLE structure

The DXGKARG_UPDATEPAGETABLE structure is reserved for system use. Do not use it in your driver.

Syntax

typedef struct _DXGKARG_UPDATEPAGETABLE {
  PVOID                        pPageTable;
  UINT                         SizeOfPageTableInPages;
  UINT                         StartIndex;
  UINT                         PageCount;
  const DXGK_PTE               *PTEArray;
  HANDLE                       hAllocation;
  UINT                         PageOffset;
  DXGKARG_UPDATEPAGETABLEFLAGS Flags;
} DXGKARG_UPDATEPAGETABLE;

Members

pPageTable Reserved for system use.

SizeOfPageTableInPages Reserved for system use.

StartIndex Reserved for system use.

PageCount Reserved for system use.

PTEArray Reserved for system use.

hAllocation Reserved for system use.

PageOffset Reserved for system use.

Flags Reserved for system use.

Requirements

Version

Available in Windows 7 and later versions of the Windows operating systems.

Header

D3dkmddi.h (include D3dkmddi.h)