I am trying to find a way to read back some information of a USB port after detecting a DBT_DEVICEARRIVAL event. [c#]
In Windows, through the device manager i am able to read back a lot of information:
Device Manager -> USB Serial Port -> Properties -> Details -> Property -> xxxx (e.g Manufacturer)
Can anyone please tell me how to access that information programatically in c#?
Thanks for your time!