// dispmprt.h
typedef struct _DXGKARG_SETVIRTUALGPUVMBUS {
ULONG VirtualGpuIndex;
HANDLE VmBusHandle;
} DXGKARG_SETVIRTUALGPUVMBUS, *PDXGKARG_SETVIRTUALGPUVMBUS;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to pass a kernel mode virtual memory bus handle to the KMD.
VirtualGpuIndexIndex of the virtual GPU.
VmBusHandleKernel mode handle of the VM bus, which should be used to create VM bus channels.