API to manage the registry.

ARegistryKeysStores information about all subkeys for a specified registry key into an array.
ARegistryValuesStores information about all values for a specified registry key into an array.
CancelRegistryChangeStops the thread which monitors a specifed registry key for changes.
CloseRegistryKeyCloses the supplied registry key handle (HKEY).
CreateRegistryKeyCreates or opens a registry key.
DeleteRegistryKeyDeletes the specified registry key.
FindRegistryChangeMonitors a registry key for changes in a seperate thread.
OpenRegistryKeyOpens the specified registry key.
ReadRegistryKeyRetrieves the data for the specified registry value.
RegistryHiveToObjectStores a registry key including all subkeys into an object.
RegistryValuesToObjectStores all values of a registry key into an object.
WriteRegistryKeySets the data and type of a specified value under a registry key.