|
-
August 13th, 2008, 07:12 AM
#1
Get Video Card Information
Hi,
I have been trying to retrieve Video Card Information from the Registry. I am using code to look at the key
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\VIDEO\Device\Video0
and therefore get the location of the Video Card Information key. However, to do so, it is necessary to remove the "Registry\Machine" part from the value.
Can anyone show me how to do this?
Many Thanks.
-
August 13th, 2008, 07:54 AM
#2
Re: Get Video Card Information
The "correct" way to do this is to use the Setup API. What information specifically are you looking for?
gg
-
August 13th, 2008, 12:26 PM
#3
Re: Get Video Card Information
The Driver Name, Memory Size and the DLL.
-
August 13th, 2008, 12:45 PM
#4
Re: Get Video Card Information
Another correct way to do this is to use EnumDisplayDevices and WMI.
EnumDisplayDevices allows you to retrieve single or multi-monitor information.
Last edited by Arjay; August 13th, 2008 at 12:54 PM.
-
August 15th, 2008, 04:09 PM
#5
Re: Get Video Card Information
You can also communicate with the video card driver for the most accurate information. Use CreateFile() to achieve this.
Cheers!
-Echo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|