Question

How can you check if an MIDI device is also an USB device?

Seems that checking for this string "\\?\\usb" in the device identifier is not enough all the time.

Was it helpful?

Solution

Use CM_Get_Parent (recursively) to find out whether the MIDI device is connected beneath a USB root port.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top