// dispmprt.h
typedef struct _DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS, *PDXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS is reserved for system use.
ReservedValue