Job Management Partner 1/Software Distribution Automatic Installation Tool Description and Reference
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. |
All Rights Reserved. Copyright (C) 2009, 2013, Hitachi, Ltd.
Copyright, patent, trademark, and other intellectual property rights related to the "TMEng.dll" file are owned exclusively by Trend Micro Incorporated.