DXGK_VIRTUALMACHINEDATAFLAGS structure (d3dkmddi.h)
The virtual machine data flags.
Syntax
typedef struct _DXGK_VIRTUALMACHINEDATAFLAGS {
union {
struct {
UINT SecureVirtualMachine : 1;
UINT LinuxVirtualMachine : 1;
};
UINT Value;
};
} DXGK_VIRTUALMACHINEDATAFLAGS;
Members
SecureVirtualMachine
The virtual machine is secure.
LinuxVirtualMachine
The virtual machine is Linux-based.
Value
Use to reference bits in the union.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |