How to read USB HID Report Descriptor on Windows?

Viewed 294

Assuming that I have other information about HID device like Device Descriptor, Configuration Descriptor and Interface Descriptor how can I read Report Descriptor? Is there any WinAPI function to get this info in usermode?

If this help somehow: I found similar question but regarding Android Host. I humbly assume that having WinAPI equivalent of UsbDeviceConnection.controlTransfer() function will answer my question.

0 Answers
Related