// dispmprt.h
typedef struct _DXGKARG_GETVIRTUALGPUINFO {
ULONG PartitionId;
DXGK_VGPU_CAPABILITY Capability[DXGK_VGPU_CAPABILITY_MAX];
} DXGKARG_GETVIRTUALGPUINFO, *PDXGKARG_GETVIRTUALGPUINFO;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to get virtual GPU info.
PartitionIdAn index (from 0 to maximum supported vGPU minus one) for the vGPU partition.
CapabilityThe array of capability values, which include Memory, Encode, Decode and Compute. A minimum, maximum and optimal values are specified for each capability. When the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue. The driver could assign the current capability value based in the physical GPU load.