Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |