DXGK_VGPU_CAPABILITY structure (dispmprt.h)
Contains info about a virtual GPU capability.
Syntax
typedef struct _DXGK_VGPU_CAPABILITY {
UINT64 MinValue;
UINT64 MaxValue;
UINT64 CurrentValue;
} DXGK_VGPU_CAPABILITY, *PDXGK_VGPU_CAPABILITY;
Members
MinValue
When the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue.
MaxValue
When the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue.
CurrentValue
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |