// 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 referenceNo description available.
The D3DKMT_ADAPTERREGISTRYINFO structure contains registry information about the graphics adapter.
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.