DXGK_VIRTUALMACHINEDATAFLAGS structure (d3dkmddi.h)
The DXGK_VIRTUALMACHINEDATAFLAGS structure specifies attributes of the virtual machine (VM).
Syntax
typedef struct _DXGK_VIRTUALMACHINEDATAFLAGS {
union {
struct {
UINT SecureVirtualMachine : 1;
UINT LinuxVirtualMachine : 1;
};
UINT Value;
};
} DXGK_VIRTUALMACHINEDATAFLAGS;
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.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |