Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |