D3DKMTIsFeatureEnabled function (d3dkmthk.h)

A user-mode client calls D3DKMTIsFeatureEnabled to query whether a particular WDDM feature is enabled.

Syntax

NTSTATUS D3DKMTIsFeatureEnabled(
  D3DKMT_ISFEATUREENABLED *unnamedParam1
);

Parameters

unnamedParam1

[in/out] Pointer to a D3DKMT_ISFEATUREENABLED structure that describes the feature to query.

Return value

D3DKMTIsFeatureEnabled returns STATUS_SUCCESS upon successful completion. Otherwise, it returns an appropriate NTSTATUS code.

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 d3dkmthk.h

See also

D3DKMT_ISFEATUREENABLED