| Methods |
Description |
| CollateSubKeyValues |
this function takes all the values (only) in a specified
subkey and creates one long string of key=value; pairs
out of it, optionally this can then be encoded. The
valueMask parameter, if supplied, omits values whose
name does not match the pattern.
|
| CreateKey |
Creates a new key in the registry |
| DeleteKey |
Deletes the key specified in the parameter
|
| GetNumericValue |
Retrieves the numeric value specified by the parameters
|
| SetNumericValue |
Set a value for the specified key - value pair
|
| DeleteValue |
Used to delete a key value
|
| CopyTreeToCurrentUser |
Copies the tree specified by the parameter to the current
user
|
| KeyExists |
Checks if the key given in the parameter exists or
not
|
| ProfileIsUnlocked |
Tests if the user profile is currently locked.
|
| CacheTree |
Cache the registry tree specified by the parameter
|
| CommitCachedTree |
Commits the cached tree to the registy
|
| GetStringValue |
Retrieves the string value specified by the parameters
|
| SetStringValue |
Set a value for the specified key - value pair
If valueName is empty, the "default value" of the key
is set
|
| |
|
| Properties |
Description |
| FavoritesFolder |
The path to the current user's "Favorites" folder
|
| Hive |
The current hive to search within. A hive, or "HKEY", can be though of as one of the root directories within the Windows registry, such as HKEY_CURRENT_USER or HKEY_CLASSES_ROOT.
|