DXGK_VIRTUALGPUCAPABILITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef struct _DXGK_VIRTUALGPUCAPABILITY {
  UINT64 MinValue;
  UINT64 MaxValue;
  UINT64 OptimalValue;
} DXGK_VIRTUALGPUCAPABILITY, *PDXGK_VIRTUALGPUCAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgk_virtualgpucapability)

_DXGK_VIRTUALGPUCAPABILITY structure

Description

Contains information about the virtual GPU 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.

OptimalValue

The optimal value of the capability.

Remarks

See also