// d3dkmddi.h
typedef struct _DXGK_PHYSICAL_MEMORY_RANGE {
PHYSICAL_ADDRESS BaseAddress;
LARGE_INTEGER NumberOfBytes;
} DXGK_PHYSICAL_MEMORY_RANGE;
View the official Windows Driver Kit DDI referenceNo description available.
The physical memory range.
BaseAddressBase address of the physical memory.
NumberOfBytesNumber of bytes in physical memory.