DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES structure (d3dkmddi.h)

DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES describes the operation used copy page table entries from one location to another.

Syntax

typedef struct _DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES {
  UINT                              NumRanges;
  DXGK_BUILDPAGINGBUFFER_COPY_RANGE *pRanges;
} DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES;

Members

NumRanges

The number of elements in the pRanges array.

pRanges

A pointer to a DXGK_BUILDPAGINGBUFFER_COPY_RANGE structure describing each range of page table entries to copy.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGKARG_BUILDPAGINGBUFFER

DXGK_BUILDPAGINGBUFFER_COPY_RANGE