// d3dkmddi.h
typedef struct _DXGKARGCB_ISFEATUREENABLED2 {
DXGK_FEATURE_ID FeatureId;
DXGKARGCB_ISFEATUREENABLED2_FLAGS Flags;
DXGK_ISFEATUREENABLED_RESULT Result;
} DXGKARGCB_ISFEATUREENABLED2;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_ISFEATUREENABLED2 structure is the parameter for the DXGKCB_ISFEATUREENABLED2 callback function.
FeatureId[in] A DXGK_FEATURE_ID value that identifies the feature to query enabled state for.
Flags[in] A DXGKARGCB_ISFEATUREENABLED2_FLAGS value that specifies optional feature query flags.
Result[out] A DXGK_ISFEATUREENABLED_RESULT value in which the result of the feature query is returned.
For more information, see Querying WDDM feature support and enablement.