DXGKARG_DESTROYVIRTUALGPU - NtDoc

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

typedef struct _DXGKARG_DESTROYVIRTUALGPU {
  ULONG PartitionId;
} DXGKARG_DESTROYVIRTUALGPU, *PDXGKARG_DESTROYVIRTUALGPU;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_DESTROYVIRTUALGPU structure

Description

Arguments used to destroy a virtual GPU.

Members

PartitionId

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

Remarks

See also