Windows C++ :Enumeration USB child device

Introduction: This blog is related to listing USB child device for particular parent (USB HUB). I had some requirement in one of my project for this. So i thought of writing this. I’m using  SetupDixxxx APIs to implement this in C++. Under USB HUB there could be list of device available. After getting device id of […]