DXGKARG_SETVIRTUALGPURESOURCES - NtDoc

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

typedef struct _DXGKARG_SETVIRTUALGPURESOURCES {
  ULONG                         PartitionId;
  ULONG                         NumMemoryAllocations;
  DXGK_VIRTUALGPUMEMORYRESOURCE MemoryInfo[1];
} DXGKARG_SETVIRTUALGPURESOURCES, *PDXGKARG_SETVIRTUALGPURESOURCES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_SETVIRTUALGPURESOURCES structure

Description

Arguments used to set virtual GPU resources.

Members

PartitionId

An index (from 0 to maximum supported vGPU minus one) for the vGPU partition.

NumMemoryAllocations

The number of memory allocations, assigned to the vGPU.

MemoryInfo

The array of requested assigned memory allocations.

Remarks

See also