DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS structure (dispmprt.h)
DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS is reserved for system use.
Syntax
typedef struct _DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS, *PDXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS;
Members
Reserved
Value
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | dispmprt.h |