RegCopyTree(KeySrc, SubKey, KeyDest)
Copies an entire registry key to another location
Parameters
KeySrc : PyHKEY
Registry key to be copiedSubKey : PyUnicode
Subkey to be copied, can be NoneKeyDest : PyHKEY
The destination keyComments
Accepts keyword args.
Requires Vista or later.