Obtaining a PCI device list

DRoberts

Member
Joined
Jun 29, 2004
Messages
2
Hi,

I'm looking to create a list (in software) of all PCI devices installed in a system including PCI Bus and slot number along with manufacturer and device description. I assume all this info is in the registry somewhere?

Thanks,
Dan
 
Agile use of the Pause key during boot may be able to get you such a listing, provided that your system has a fairly verbose boot sequence. I don't know of anything specific, but I'm betting there are tools out there that will probe the PCI bus for you.
 
Thanks for the reply GavinO. Obviously I can find out whats installed in the system using Device Manager. But what I want to do is obtain the list of PCI devices from within a Delphi program I'm writing.
 
Back
Top