المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Loading a Registry Hive with RegLoadKey()



C++ Programming
10-22-2010, 04:12 AM
If I use RegLoadKey() to load registry data from a hive, does the newly loaded data exist at the same time as the previously loaded data?

OR, does the previous data disappear, and only the new data exists under the predefined key?

For example, if I want to load information for a single COM server under HKEY_CLASSES_ROOT, will everything that was previously under that key still be there?