D3DKMT_OPENGLINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_D3DKMT_OPENGLINFO structure

Description

The D3DKMT_OPENGLINFO structure describes OpenGL installable client driver (ICD) information.

Members

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.

See also

D3DKMTQueryAdapterInfo

D3DKMT_QUERYADAPTERINFO