// dispmprt.h
typedef struct _DXGK_VIRTUALGPUCAPABILITY {
UINT64 MinValue;
UINT64 MaxValue;
UINT64 OptimalValue;
} DXGK_VIRTUALGPUCAPABILITY, *PDXGK_VIRTUALGPUCAPABILITY;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about the virtual GPU capability.
MinValueWhen the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue.
MaxValueWhen the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue.
OptimalValueThe optimal value of the capability.