D3DKMT_UMDFILENAMEINFO - NtDoc

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

typedef struct _D3DKMT_UMDFILENAMEINFO {
  [in]  KMTUMDVERSION Version;
        WCHAR         UmdFileName[MAX_PATH];
} D3DKMT_UMDFILENAMEINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_umdfilenameinfo)

_D3DKMT_UMDFILENAMEINFO structure

Description

The D3DKMT_UMDFILENAMEINFO structure contains the name of an OpenGL ICD that is based on the specified version of the DirectX runtime.

Members

Version [in]

A KMTUMDVERSION-typed value that indicates the version of the DirectX runtime to retrieve the name of an OpenGL ICD for. The following table lists the possible values.

Value Meaning
KMTUMDVERSION_DX9 (0) DirectX version 9.0
KMTUMDVERSION_DX10 (1) DirectX version 10.0
KMTUMDVERSION_DX11 (2) DirectX version 11.0

UmdFileName [out]

A string that contains the name of the OpenGL ICD.