Hello,
This one allow you to enumerate all of your hardware.
Here is a partial view of results.
Quote
Friendlyname : SAMSUNG CD-R/RW SW-252F
Device Description : Lecteur de CD-ROM
class : CDROM
Driver : {4D36E965-E325-11CE-BFC1-08002BE10318}\0000
Enumerator name : IDE
Location Information : 1
Name of device manufacturer: (Lecteurs de CD-ROM standard)
physical object name : \Device\Ide\IdeDeviceP0T1L0-3
security sds: O:SYD:(A;;FA;;;SY)(A;;FA;;;BA)(A;;FX;;;RC)(A;;0xe01f0000;;;WD)
seems to work ok under XP SP3 :t
i guess, if you wanted all the devices, you'd need a kernel mode driver for APIC ?
Quote
i guess, if you wanted all the devices, you'd need a kernel mode driver for APIC ?
It's possible,a search with "APIC enumeration" give Hvgdk.h (ddk) but there is not too many functions in the file.
i guess what i was thinking of was the CPU-Z program
http://www.cpuid.com/softwares/cpu-z.html (http://www.cpuid.com/softwares/cpu-z.html)
they try to enumerate everything on the system
i believe they use kernel mode drivers to access some things
(http://www.cpuid.com/medias/images/en/softwares-cpuz.jpg)