Regis3 Methods | regdiff Code Documentation |
The Regis3 type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
DeleteKeyRecursive |
Given an (absolute) registry key, delete everything under it including subkeys.
| |
OpenRegistryHive |
Given a registry path, locate the correct root key and return the relative path. For example, when the user gives the absolute registry path
HKEY_LOCAL_MACHINE\Software\Microsoft
you really have two parts: HKEY_LOCAL_MACHINE is a "registry hive" root, and "Software\Microsoft" the relative path.
|
See Also