KMTUMDVERSION enumeration (d3dkmthk.h)

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

Syntax

typedef enum _KMTUMDVERSION {
  KMTUMDVERSION_DX9,
  KMTUMDVERSION_DX10,
  KMTUMDVERSION_DX11,
  KMTUMDVERSION_DX12,
  KMTUMDVERSION_DX12_WSA32,
  KMTUMDVERSION_DX12_WSA64,
  NUM_KMTUMDVERSIONS
} KMTUMDVERSION;

Constants

 
KMTUMDVERSION_DX9
DirectX 9.
KMTUMDVERSION_DX10
DirectX 10.
KMTUMDVERSION_DX11
DirectX 11.
KMTUMDVERSION_DX12
DirectX 12.
NUM_KMTUMDVERSIONS
The number of KMT UMD versions.

Requirements

Requirement Value
Header d3dkmthk.h