winapi - Retrieving graphics/sound card information on Windows -


I am working on a bug reporting tool for my application, and I want to add hardware notifications to bug reports Easier to Make Some Problems Easier Does anyone know that any Win32 API functions ask the OS for information on graphics and sound cards?

Thank you, Rob

If you want to dig into WMI, Should start.

  Using the system; Using System.Management; Namespace WMIData {class program {static zero main (string [] ARGs) {select query sound = new selection ("Win32_SoundDevice"); Management object explorer explorer sound = new management object explorer (query sound); Foreign currency (sound management object sound in the searcher) Gate ()) {Console.WriteLine ("sound device: {0}", sound ["name"]); } SelectQuery queryVideo = new selectionCector ("Win32_VideoController"); Management object explorer search video = new management object explorer (query video); "Video Tool: {0}", Video ["Name"]) } Console. Readline (); After posting it was not marked that it was marked. Net, though it may be with interest only. 


Comments