MattInglot
11-28-2004, 01:53 PM
I'm trying to obtain video card information like that found on http://steampowered.com/status/survey.html Does anybody have any idea how to the videocard info?
I've tried
DISPLAY_DEVICE Display;
Display.cb = sizeof(DISPLAY_DEVICE);
// obtain display driver
EnumDisplayDevices( NULL, 0, &Display, 0 );
cout << Display.DeviceString;
for the name but the result I get on my own system, NVIDIA GeForce2 GTS/GeForce2 Pro, is different from anything listed on the steam site. The driver I have no idea on how to get at all.
Any help? :)
I've tried
DISPLAY_DEVICE Display;
Display.cb = sizeof(DISPLAY_DEVICE);
// obtain display driver
EnumDisplayDevices( NULL, 0, &Display, 0 );
cout << Display.DeviceString;
for the name but the result I get on my own system, NVIDIA GeForce2 GTS/GeForce2 Pro, is different from anything listed on the steam site. The driver I have no idea on how to get at all.
Any help? :)