Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过使用带有 SPDRP_LOCATION_INFORMATION 属性的 SetupDiGetDeviceRegistryProperty 函数根据其父集线器对 USB 设备进行分组。
在 Windows 7 上它运行良好 - 我得到的字符串是一个不错的“PORT_XXXX&HUB_XXXX”。但是当试图在 Windows XP 上做同样的事情时,我得到的是设备名称。
有谁知道发生了什么?它是 Windows XP 中的错误吗?
谢谢。