KMTUMDVERSION - NtDoc

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

typedef enum _KMTUMDVERSION {
  KMTUMDVERSION_DX9,
  KMTUMDVERSION_DX10,
  KMTUMDVERSION_DX11,
  KMTUMDVERSION_DX12,
  KMTUMDVERSION_DX12_WSA32,
  KMTUMDVERSION_DX12_WSA64,
  NUM_KMTUMDVERSIONS
} KMTUMDVERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KMTUMDVERSION enumeration

Description

Kernel mode transfer (KMT) UMD (user mode driver) version.

Constants

KMTUMDVERSION_DX9

DirectX 9.

KMTUMDVERSION_DX10

DirectX 10.

KMTUMDVERSION_DX11

DirectX 11.

KMTUMDVERSION_DX12

DirectX 12.

KMTUMDVERSION_DX12_WSA32

DirectX 12 Windows Subsystem for Android (32 bit).

KMTUMDVERSION_DX12_WSA64

DirectX 12 Windows Subsystem for Android (64 bit).

NUM_KMTUMDVERSIONS

Maximum value of this enumeration.

Remarks

See also