D3DDDI_DLIST_QUERY_RESULT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-d3dddi_dlist_query_result)

Description

A D3DDDI_DLIST_QUERY_RESULT enum value describes the GPU preference returned by pfnQueryDlistForApplication2Cb for the queried application.

Constants

D3DDDI_DLIST_QUERY_RESULT_NO_DATA

There is no GPU preference for this app.

D3DDDI_DLIST_QUERY_RESULT_POWER_SAVING_PREFERENCE

The preference is to run this app on the power saving (also known as the default) GPU.

D3DDDI_DLIST_QUERY_RESULT_HIGH_PERFORMANCE_PREFERENCE

The preference is to run this app on the high performance GPU.

See also

D3DDDI_DLIST_QUERY_DECISION_FACTOR

pfnQueryDlistForApplication2Cb