DXGK_VIRTUALMACHINEDATAFLAGS - NtDoc

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

typedef struct _DXGK_VIRTUALMACHINEDATAFLAGS {
  union {
    struct {
      UINT SecureVirtualMachine : 1;
      UINT LinuxVirtualMachine : 1;
    };
    UINT Value;
  };
} DXGK_VIRTUALMACHINEDATAFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_virtualmachinedataflags)

DXGK_VIRTUALMACHINEDATAFLAGS structure

Description

The DXGK_VIRTUALMACHINEDATAFLAGS structure specifies attributes of the virtual machine (VM).

Members

SecureVirtualMachine

When set, specifies that the VM runs in secure mode.

LinuxVirtualMachine

When set, specifies that the VM is Linux-based.

Value

Use to reference bits in the union.

Remarks

For more information, see GPU paravitualization.

See also

DXGKARG_SETVIRTUALMACHINEDATA

DxgkddiSetVirtualMachineData