win32api.RegCopyTree

RegCopyTree(KeySrc, SubKey, KeyDest)

Copies an entire registry key to another location

Parameters

KeySrc : PyHKEY

Registry key to be copied

SubKey : PyUnicode

Subkey to be copied, can be None

KeyDest : PyHKEY

The destination key

Comments

Accepts keyword args.

Requires Vista or later.