How to get computer device manager information (in Windows (especially win 10)) as text result in cpp code?. In addition I don't want to use registry i my code.
Asked
Active
Viewed 1,440 times
0
-
What operating system ? – Quentin Nov 17 '16 at 09:25
-
Windows (especially win 10) – M.Parker Nov 22 '16 at 05:54
1 Answers
1
You can get information of device manager using Windows Management Instrumentation(WMI) or by using Setup APIs. One example of Setup APIs for getting device manager information can be found in code project.

Chandra
- 471
- 2
- 10