D3DKMT_GPU_PREFERENCE_QUERY_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef enum _D3DKMT_GPU_PREFERENCE_QUERY_TYPE {
  D3DKMT_GPU_PREFERENCE_TYPE_IHV_DLIST,
  D3DKMT_GPU_PREFERENCE_TYPE_DX_DATABASE,
  D3DKMT_GPU_PREFERENCE_TYPE_USER_PREFERENCE
} D3DKMT_GPU_PREFERENCE_QUERY_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_d3dkmt_gpu_preference_query_type)

_D3DKMT_GPU_PREFERENCE_QUERY_TYPE enumeration

Description

GPU preference query type.

Constants

D3DKMT_GPU_PREFERENCE_TYPE_IHV_DLIST

IHV Dlist.

D3DKMT_GPU_PREFERENCE_TYPE_DX_DATABASE

DirectX database.

D3DKMT_GPU_PREFERENCE_TYPE_USER_PREFERENCE

User preference.

Remarks

See also