For a bug reporting function in my 3ds max Plugin I want to display information about the video card (model, driver info etc.).
I've already found out that information about the graphic card can be achieved from the registry:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}}\
Then there is a key for each graphic card beginning with 0000
.
On my notebook there are two such keys where the first one represents my on-board graphic card which can be ignored by my plugin.
How can I determine the name of the currently used graphics card?