// d3dumddi.h
typedef enum _D3DDDI_DLIST_QUERY_RESULT {
D3DDDI_DLIST_QUERY_RESULT_NO_DATA,
D3DDDI_DLIST_QUERY_RESULT_POWER_SAVING_PREFERENCE,
D3DDDI_DLIST_QUERY_RESULT_HIGH_PERFORMANCE_PREFERENCE
} D3DDDI_DLIST_QUERY_RESULT;
View the official Windows Driver Kit DDI referenceNo description available.
A D3DDDI_DLIST_QUERY_RESULT enum value describes the GPU preference returned by pfnQueryDlistForApplication2Cb for the queried application.
D3DDDI_DLIST_QUERY_RESULT_NO_DATAThere is no GPU preference for this app.
D3DDDI_DLIST_QUERY_RESULT_POWER_SAVING_PREFERENCEThe preference is to run this app on the power saving (also known as the default) GPU.
D3DDDI_DLIST_QUERY_RESULT_HIGH_PERFORMANCE_PREFERENCEThe preference is to run this app on the high performance GPU.
D3DDDI_DLIST_QUERY_DECISION_FACTOR
pfnQueryDlistForApplication2Cb