// d3dkmddi.h
typedef struct _DXGK_KSR_MEMORY_RANGE {
ULONGLONG MemoryRangeDesc;
} DXGK_KSR_MEMORY_RANGE, *PDXGK_KSR_MEMORY_RANGE;
View the official Windows Driver Kit DDI referenceNo description available.
The kernel soft reboot (KSR) memory range.
MemoryRangeDescProvides a description of the memory range.
Bits 0-39: Physical page number of the first page. This is the physical page address shifted 12 bits right.
Bits 40-63: Number of pages.