D3DDDI_DLIST_QUERY_RESULT enumeration (d3dumddi.h)

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

Syntax

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;

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.

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header d3dumddi.h

See also

D3DDDI_DLIST_QUERY_DECISION_FACTOR

pfnQueryDlistForApplication2Cb