// dispmprt.h
typedef struct _DXGKARG_DESTROYVIRTUALGPU {
ULONG PartitionId;
} DXGKARG_DESTROYVIRTUALGPU, *PDXGKARG_DESTROYVIRTUALGPU;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to destroy a virtual GPU.
PartitionIdAn index (from 0 to maximum supported vGPU minus one) for the vGPU partition.