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.
The kernel soft reboot (KSR) memory range.
Syntax
typedef struct _DXGK_KSR_MEMORY_RANGE {
ULONGLONG MemoryRangeDesc;
} DXGK_KSR_MEMORY_RANGE, *PDXGK_KSR_MEMORY_RANGE;
Members
MemoryRangeDesc
Provides 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3dkmddi.h |