// d3dkmthk.h
typedef struct _D3DKMT_HYBRID_DLIST_DLL_SUPPORT {
BOOL Supported;
} D3DKMT_HYBRID_DLIST_DLL_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_HYBRID_DLIST_DLL_SUPPORT structure indicates whether the adapter provides dList DLL support on a hybrid system.
SupportedIf true, the adapter provides hybrid dList DLL support; otherwise, false.
Prior to WDDM 2.8, a driver identified as a hybrid discrete GPU was required to support the dList DDI (and provide the relevant registry keys). Starting in WDDM 2.8, IHVs can choose to support the dList DDI via D3DKMT_QUERYADAPTERINFO for a KMTQUERYADAPTERINFOTYPE of KMTQAITYPE_HYBRID_DLIST_DLL_SUPPORT.
For information on how to set up the DLL, see Hybrid system DDI.
For more general information on hybrid systems, see Using cross-adapter resources in a hybrid system.
Pfnd3dddiQuerydlistforapplication1
Pfnd3dddiQuerydlistforapplication2