 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Maurice Anderson Guest
|
Posted: Thu Feb 17, 2005 7:50 am Post subject: Listing devices in the I/O page segment |
|
|
Hello,
I want to list out all the Eeproms on my laptop. Does anyone know how to
list out the devices such as Eeproms, the parallel port, etc by using it's
memory location? How are these devices layed out memory wise? Is there a
standard start / end range for each device ?
Thanks,
|
|
| Back to top |
|
 |
Vladimir Afanasyev Guest
|
|
| Back to top |
|
 |
Andrue Cope [TeamB] Guest
|
Posted: Thu Feb 17, 2005 9:18 am Post subject: Re: Listing devices in the I/O page segment |
|
|
Maurice Anderson wrote:
| Quote: | I want to list out all the Eeproms on my laptop. Does anyone know
how to list out the devices such as Eeproms, the parallel port, etc
by using it's memory location?
|
I'm not sure but I think you want to look at
SetupDiEnumDeviceInterfaces() but you'll need to know the GUIDs you
want to search for.
WinIoctl.h contains some GUIDs but this isn't an exhaustive list. You
can use these to search your registry though and perhaps get an insight
into which GUIDs you should look for. Also if you have a .inf file for
something that has a GUID that should appear in the registry.
Unfortunately I don't know exactly how all this fits together myself. I
still haven't been able to find out how you locate an internal floppy
disk using SetupDiEnumDeviceInterfaces(). USB devices, memory sticks,
hard disks sure. But not the internal FDC
--
Andrue Cope [TeamB]
[Bicester, Uk]
http://info.borland.com/newsgroups/guide.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|