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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top