This is for discussion of my sample for obtaining Vendor Id, Product Id, and other information from USB drivers. It is based around the "SetupApi.INC" file from Kev Peel (that can be downloaded from the Pb Files section)
There is a great wealth of information that can be gathered but for this example I am only after information like
Code can be found in the source code forum under List USB info (VID, PID,Revision, etc)
I hope this is of some use
There is a great wealth of information that can be gathered but for this example I am only after information like
HardWare Id = PCI\VEN_8086&DEV_27C8&SUBSYS_50041458&REV_01
Device Type = PCI
Vendor Id = 8086
Product Id = 27C8
SubSystem = 50041458
Revision = 01
Device Type = PCI
Vendor Id = 8086
Product Id = 27C8
SubSystem = 50041458
Revision = 01
I hope this is of some use

Comment