DXGKARGCB_ISFEATUREENABLED2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkargcb_isfeatureenabled2)

Description

The DXGKARGCB_ISFEATUREENABLED2 structure is the parameter for the DXGKCB_ISFEATUREENABLED2 callback function.

Members

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.

Remarks

For more information, see Querying WDDM feature support and enablement.

See also

DXGKCB_ISFEATUREENABLED2