DXGKARG_SETVIRTUALGPURESOURCES structure (dispmprt.h)

Arguments used to set virtual GPU resources.

Syntax

typedef struct _DXGKARG_SETVIRTUALGPURESOURCES {
  ULONG                         PartitionId;
  ULONG                         NumMemoryAllocations;
  DXGK_VIRTUALGPUMEMORYRESOURCE MemoryInfo[1];
} DXGKARG_SETVIRTUALGPURESOURCES, *PDXGKARG_SETVIRTUALGPURESOURCES;

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[1]

The array of requested assigned memory allocations.

Requirements

Requirement Value
Header dispmprt.h