How to obtain the content and the main parameters of devices using registry section HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum?
Well, I need to scan registry tree, containing ..\Enum\{SomeID}\{OneMoreID}\{MyDearValue}, which should contain some description, i.e. “KINGSTON 100500TB Flash of God”. And the main question is: how to obtain all of this string descriptions, using WinAPI and C++?
Use the Win32 Registry functions.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724875(v=vs.85).aspx