Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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)

See also

D3DKMTQueryAdapterInfo

D3DKMT_QUERYADAPTERINFO


Feedback

Was this page helpful?

Additional resources