What's the best way of mapping out where all the USB drives are plugged in? Ideally, I'd like to be able to recursively start from the root hub and keep going down the tree finding connect usb drives and what port they are connected to (which physical USB slot).
|
|
In my case this is combination of kernel and user mode code that make life easier, but I'm sure that you can do all this only in user mode using SetupDiXXX Api's. |
||
|
|
