DXGK_QUERYADAPTERINFOFLAGS - NtDoc

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

typedef struct _DXGK_QUERYADAPTERINFOFLAGS {
  union {
    struct {
      UINT VirtualMachineData : 1;
      UINT SecureVirtualMachine : 1;
      UINT Reserved : 30;
    };
    UINT Value;
  };
} DXGK_QUERYADAPTERINFOFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGK_QUERYADAPTERINFOFLAGS structure

Description

The DXGK_QUERYADAPTERINFOFLAGS structure specifies flags to use when querying graphics adapter information.

Members

VirtualMachineData

Set when the call comes from a virtual machine.

SecureVirtualMachine

Specifies that the virtual machine runs in secure mode.

Reserved

This member is reserved and should be set to zero.

Value

A convenient way to access the flags.

Remarks

See also

DXGKARG_QUERYADAPTERINFO

DxgkDdiQueryAdapterInfo