D3DKMTIsFeatureEnabled - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

NTSTATUS D3DKMTIsFeatureEnabled(
  D3DKMT_ISFEATUREENABLED *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtisfeatureenabled)

Description

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

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.

See also

D3DKMT_ISFEATUREENABLED