DXGK_PHYSICAL_MEMORY_RANGE structure (d3dkmddi.h)
The physical memory range.
Syntax
typedef struct _DXGK_PHYSICAL_MEMORY_RANGE {
PHYSICAL_ADDRESS BaseAddress;
LARGE_INTEGER NumberOfBytes;
} DXGK_PHYSICAL_MEMORY_RANGE;
Members
BaseAddress
Base address of the physical memory.
NumberOfBytes
Number of bytes in physical memory.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |