DXGKARG_SETVIRTUALGPUVMBUS - NtDoc

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

typedef struct _DXGKARG_SETVIRTUALGPUVMBUS {
  ULONG  VirtualGpuIndex;
  HANDLE VmBusHandle;
} DXGKARG_SETVIRTUALGPUVMBUS, *PDXGKARG_SETVIRTUALGPUVMBUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_SETVIRTUALGPUVMBUS structure

Description

Arguments used to pass a kernel mode virtual memory bus handle to the KMD.

Members

VirtualGpuIndex

Index of the virtual GPU.

VmBusHandle

Kernel mode handle of the VM bus, which should be used to create VM bus channels.

Remarks

See also