// d3dkmddi.h
typedef struct _DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES {
UINT NumRanges;
DXGK_BUILDPAGINGBUFFER_COPY_RANGE *pRanges;
} DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES;
View the official Windows Driver Kit DDI referenceNo description available.
DXGK_BUILDPAGINGBUFFER_COPYPAGETABLEENTRIES describes the operation used copy page table entries from one location to another.
NumRangesThe number of elements in the pRanges array.
pRangesA pointer to a DXGK_BUILDPAGINGBUFFER_COPY_RANGE structure describing each range of page table entries to copy.
DXGK_BUILDPAGINGBUFFER_COPY_RANGE