DXGK_KSR_MEMORY_RANGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_ksr_memory_range)

DXGK_KSR_MEMORY_RANGE structure

Description

The kernel soft reboot (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.

Remarks

See also