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 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 |