// d3d10umddi.h
typedef struct D3D12_DOWNLEVEL_DDI_UMDFILENAME {
WCHAR Filename[MAX_PATH];
} D3D12_DOWNLEVEL_DDI_UMDFILENAME;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the name of an OpenGL ICD that is based on the specified version of the DirectX runtime.
FilenameA string that contains the name of the OpenGL ICD.