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.
如何使用注册表部分获取设备的内容和主要参数HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum?
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum?
好吧,我需要扫描注册表树,包含..\Enum\{SomeID}\{OneMoreID}\{MyDearValue},其中应该包含一些描述,即“KINGSTON 100500TB Flash of God”。主要问题是:如何使用 WinAPI 和 C++ 获取所有这些字符串描述?
..\Enum\{SomeID}\{OneMoreID}\{MyDearValue}
使用 Win32 注册表功能。
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724875(v=vs.85).aspx