DXGK_VGPU_CAPABILITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_DXGK_VGPU_CAPABILITY structure

Description

Contains info about a 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.

CurrentValue

Remarks

See also