DXGKARG_SETVIRTUALGPUVMBUS structure (dispmprt.h)

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

Syntax

typedef struct _DXGKARG_SETVIRTUALGPUVMBUS {
  ULONG  VirtualGpuIndex;
  HANDLE VmBusHandle;
} DXGKARG_SETVIRTUALGPUVMBUS, *PDXGKARG_SETVIRTUALGPUVMBUS;

Members

VirtualGpuIndex

Index of the virtual GPU.

VmBusHandle

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

Requirements

Requirement Value
Header dispmprt.h