// d3dkmddi.h
typedef struct _DXGKARGCB_ISFEATUREENABLED2_FLAGS {
union {
struct {
UINT32 Reserved : 32;
};
UINT32 Value;
};
} DXGKARGCB_ISFEATUREENABLED2_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_ISFEATUREENABLED2_FLAGS structure contains optional flags for querying feature enabled state.
ReservedReserved for system use.
ValueAn alternative way to access members of this structure.
For more information, see Querying WDDM feature support and enablement.