DXGK_VIRTUALMACHINEDATAFLAGS structure (d3dkmddi.h)
The virtual machine data flags.
Syntax
typedef struct _DXGK_VIRTUALMACHINEDATAFLAGS {
union {
struct {
UINT SecureVirtualMachine : 1;
};
UINT Value;
};
} DXGK_VIRTUALMACHINEDATAFLAGS;
Members
SecureVirtualMachine
Identifies the secure virtual machine.
Value
The value of the virtual machine.
Requirements
Header | d3dkmddi.h |