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