DXGKARG_SUSPENDVIRTUALGPU - NtDoc

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

typedef struct _DXGKARG_SUSPENDVIRTUALGPU {
  ULONG PartitionId;
} DXGKARG_SUSPENDVIRTUALGPU, *PDXGKARG_SUSPENDVIRTUALGPU;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_SUSPENDVIRTUALGPU structure

Description

Used to suspend a virtual GPU.

Members

PartitionId

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

Remarks

See also