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.
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.
Something called Windows Management Instrumentation (WMI) can be used for this.