// d3dkmthk.h
typedef struct _D3DKMT_OPENGLINFO {
WCHAR UmdOpenGlIcdFileName[MAX_PATH];
[out] ULONG Version;
[in] ULONG Flags;
} D3DKMT_OPENGLINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_OPENGLINFO structure describes OpenGL installable client driver (ICD) information.
UmdOpenGlIcdFileName [out]An array of wide characters that contains the file name of the OpenGL ICD.
Version [out]The version of the OpenGL ICD.
Flags [in]This member is currently unused.