API to manage the registry.
ARegistryKeys | Stores information about all subkeys for a specified registry key into an array. |
ARegistryValues | Stores information about all values for a specified registry key into an array. |
CancelRegistryChange | Stops the thread which monitors a specifed registry key for changes. |
CloseRegistryKey | Closes the supplied registry key handle (HKEY). |
CreateRegistryKey | Creates or opens a registry key. |
DeleteRegistryKey | Deletes the specified registry key. |
FindRegistryChange | Monitors a registry key for changes in a seperate thread. |
OpenRegistryKey | Opens the specified registry key. |
ReadRegistryKey | Retrieves the data for the specified registry value. |
RegistryHiveToObject | Stores a registry key including all subkeys into an object. |
RegistryValuesToObject | Stores all values of a registry key into an object. |
WriteRegistryKey | Sets the data and type of a specified value under a registry key. |