D3DKMT_ADAPTERREGISTRYINFO structure (d3dkmthk.h)
The D3DKMT_ADAPTERREGISTRYINFO structure contains registry information about the graphics adapter.
Syntax
typedef struct _D3DKMT_ADAPTERREGISTRYINFO {
WCHAR AdapterString[MAX_PATH];
WCHAR BiosString[MAX_PATH];
WCHAR DacType[MAX_PATH];
WCHAR ChipType[MAX_PATH];
} D3DKMT_ADAPTERREGISTRYINFO;
Members
[out] AdapterString[MAX_PATH]
A string that contains the name of the graphics adapter.
[out] BiosString[MAX_PATH]
A string that contains the name of the BIOS for the graphics adapter.
[out] DacType[MAX_PATH]
A string that contains the DAC type for the graphics adapter.
[out] ChipType[MAX_PATH]
A string that contains the chip type for the graphics adapter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |