DXGK_QUERYADAPTERINFOFLAGS structure (d3dkmddi.h)

Used to query graphics adapter information.

Syntax

typedef struct _DXGK_QUERYADAPTERINFOFLAGS {
  union {
    struct {
      UINT VirtualMachineData : 1;
      UINT SecureVirtualMachine : 1;
      UINT Reserved : 30;
    };
    UINT Value;
  };
} DXGK_QUERYADAPTERINFOFLAGS;

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 member in the union that _DXGK_QUERYADAPTERINFOFLAGS contains that can hold a 32-bit value that identifies information about the graphics adapter.

Requirements

Requirement Value
Header d3dkmddi.h