// 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 referenceNo description available.
Virtual GPU memory resource.
DriverAllocationHandleThe driver allocation handle.
AllocationAddressThe physical address of the allocation, which include the driver memory segment ID and the segment offset.
AllocationSizeAllocation size in bytes.