简体   繁体   中英

How do I access information in Windows Device Manager in C++?

How do I import Device Manager-like details of devices in my C++ code?

I have tried Setupapi routines, but these do not give me Device Manager-like details of the device property value.

可以使用称为Windows Management Instrumentation(WMI)的东西。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM