// dispmprt.h
typedef struct _DXGK_GPU_PHYSICAL_ADDRESS {
ULONG MemorySegmentId;
UINT64 MemorySegmentOffset;
} DXGK_GPU_PHYSICAL_ADDRESS, *PDXGK_GPU_PHYSICAL_ADDRESS;
View the official Windows Driver Kit DDI referenceNo description available.
The physical address of the GPU.
MemorySegmentIdThe memory segment id.
MemorySegmentOffsetThe offset of a memory segment.