18.1.8 Registry operations
The API functions below allow the application to perform registry operations such as creating a registry key, deleting a registry key, and referencing a key value.
|
API function name |
Description |
|---|---|
|
AIT_RegCreateKey |
Creates a registry key. |
|
AIT_RegDeleteKey |
Deletes a registry key. |
|
AIT_RegDeleteValue |
Deletes a registry value. |
|
AIT_RegOpenKey |
Opens a registry key. |
|
AIT_RegCloseKey |
Closes a registry key. |
|
AIT_RegGetStringValue |
Acquires a string-type value for the registry. |
|
AIT_RegGetDWORDValue |
Acquires a DWORD-type value of the registry. |
|
AIT_RegSetStringValue |
Sets a string-type value for the registry. |
|
AIT_RegSetDWORDValue |
Sets a DWORD-type value of the registry. |
|
AIT_RegKeyExists |
Checks whether the registry key exists. |
|
AIT_RegValueExists |
Checks whether the registry value exists. |