DXGK_VIRTUALGPUMEMORYRESOURCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef struct _DXGK_VIRTUALGPUMEMORYRESOURCE {
  HANDLE                    DriverAllocationHandle;
  DXGK_GPU_PHYSICAL_ADDRESS AllocationAddress;
  UINT64                    AllocationSize;
} DXGK_VIRTUALGPUMEMORYRESOURCE, *PDXGK_VIRTUALGPUMEMORYRESOURCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGK_VIRTUALGPUMEMORYRESOURCE structure

Description

Virtual GPU memory resource.

Members

DriverAllocationHandle

The driver allocation handle.

AllocationAddress

The physical address of the allocation, which include the driver memory segment ID and the segment offset.

AllocationSize

Allocation size in bytes.

Remarks

See also