DXGK_GPU_PHYSICAL_ADDRESS - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgk_gpu_physical_address)

_DXGK_GPU_PHYSICAL_ADDRESS structure

Description

The physical address of the GPU.

Members

MemorySegmentId

The memory segment id.

MemorySegmentOffset

The offset of a memory segment.

Remarks

See also