I need to list all the HID devices connected to my computer. I tried using this answer , but it lists the USBHub devices, and I cannot find my HID device there.
EDIT : I will be glad to know if there is any WIN32 API method to get the status of a USB device (online / offline) using PID and VID?
source share