D3DKMT_ADAPTERREGISTRYINFO - NtDoc

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

typedef struct _D3DKMT_ADAPTERREGISTRYINFO {
        WCHAR AdapterString[MAX_PATH];
        WCHAR BiosString[MAX_PATH];
        WCHAR DacType[MAX_PATH];
        WCHAR ChipType[MAX_PATH];
} D3DKMT_ADAPTERREGISTRYINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_ADAPTERREGISTRYINFO structure

Description

The D3DKMT_ADAPTERREGISTRYINFO structure contains registry information about the graphics adapter.

Members

AdapterString [out]

A string that contains the name of the graphics adapter.

BiosString [out]

A string that contains the name of the BIOS for the graphics adapter.

DacType [out]

A string that contains the DAC type for the graphics adapter.

ChipType [out]

A string that contains the chip type for the graphics adapter.

See also

D3DKMTQueryAdapterInfo

D3DKMT_QUERYADAPTERINFO