DXGKARG_RESUMEVIRTUALGPU - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef struct _DXGKARG_RESUMEVIRTUALGPU {
  ULONG PartitionId;
} DXGKARG_RESUMEVIRTUALGPU, *PDXGKARG_RESUMEVIRTUALGPU;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgkarg_resumevirtualgpu)

_DXGKARG_RESUMEVIRTUALGPU structure

Description

Resumes a virtual GPU.

Members

PartitionId

An index (from 0 to maximum supported vGPU minus one) for the vGPU partition.

Remarks

See also