DXGKARGCB_ISFEATUREENABLED2_FLAGS structure (d3dkmddi.h)
The DXGKARGCB_ISFEATUREENABLED2_FLAGS structure contains optional flags for querying feature enabled state.
Syntax
typedef struct _DXGKARGCB_ISFEATUREENABLED2_FLAGS {
union {
struct {
UINT32 Reserved : 32;
};
UINT32 Value;
};
} DXGKARGCB_ISFEATUREENABLED2_FLAGS;
Members
Reserved
Reserved for system use.
Value
An alternative way to access members of this structure.
Remarks
For more information, see Querying WDDM feature support and enablement.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 (WDDM 3.2) |
Header | d3dkmddi.h |