// d3dkmthk.h
NTSTATUS D3DKMTIsFeatureEnabled(
D3DKMT_ISFEATUREENABLED *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
A user-mode client calls D3DKMTIsFeatureEnabled to query whether a particular WDDM feature is enabled.
unnamedParam1[in/out] Pointer to a D3DKMT_ISFEATUREENABLED structure that describes the feature to query.
D3DKMTIsFeatureEnabled returns STATUS_SUCCESS upon successful completion. Otherwise, it returns an appropriate NTSTATUS code.
For more information, see Querying WDDM feature support and enablement.