// dispmprt.h
typedef struct _DXGKARG_SUSPENDVIRTUALGPU {
ULONG PartitionId;
} DXGKARG_SUSPENDVIRTUALGPU, *PDXGKARG_SUSPENDVIRTUALGPU;
View the official Windows Driver Kit DDI referenceNo description available.
Used to suspend a virtual GPU.
PartitionIdAn index (from 0 to maximum supported vGPU minus one) for the vGPU partition.