DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES - NtDoc

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

typedef struct _DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES {
  UINT                              NumRanges;
  DXGK_BUILDPAGINGBUFFER_COPY_RANGE *pRanges;
} DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_buildpagingbuffer_copypagetableentries)

_DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES structure

Description

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

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.

See also

DXGKARG_BUILDPAGINGBUFFER

DXGK_BUILDPAGINGBUFFER_COPY_RANGE