// dispmprt.h
typedef struct _DXGK_VGPU_CAPABILITY {
UINT64 MinValue;
UINT64 MaxValue;
UINT64 CurrentValue;
} DXGK_VGPU_CAPABILITY, *PDXGK_VGPU_CAPABILITY;
View the official Windows Driver Kit DDI referenceNo description available.
Contains info about a 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.
CurrentValue