Search code examples
c++cwinapiregistry

Registry - How to rename key in registry using C++?


How to rename key in registry using C++?

I want rename key "Myapp\Version1" to "Myapp\Version2".

I don't see any function in MSDN about renaming keys in registry.


Solution

  • There is no function to rename on older versions of windows, you need to copy/delete on your own AFAIK.