win32api.RegLoadKey
RegLoadKey(key, subKey, filename)
The RegLoadKey method creates a subkey under HKEY_USER or HKEY_LOCAL_MACHINE and stores registration information from a specified file into that subkey.
Parameters
HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
Comments
A call to RegLoadKey fails if the calling process does not have the SE_RESTORE_PRIVILEGE privilege.If hkey is a handle returned by win32api::RegConnectRegistry, then the path specified in fileName is relative to the remote computer.
Win32 API References