|
|
|
|
|
|
|
|
|
|
|
|
| Category: Registry functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| List of constants used by the registry functions. |
|
|
|
|
|
|
|
| List of functions for managing the registry |
|
|
|
|
|
|
|
| Copies a registry key with all its subkeys and values. |
|
|
|
|
|
|
|
| Usage example of the RegistryCreateKey function |
|
|
|
|
|
|
|
| Creates a key in the Windows registry. |
|
|
|
|
|
|
|
| Deletes a subkey from the Windows registry. |
|
|
|
|
|
|
|
| Deletes a value from the Windows registry. |
|
|
|
|
|
|
|
| Checks the existence of a key in the Windows registry. |
|
|
|
|
|
|
|
| Usage example of the RegistryFirstSubKey function |
|
|
|
|
|
|
|
| Identifies the path of first subkey of specified key in the Windows registry. |
|
|
|
|
|
|
|
| Lists the subkeys of a registry key. |
|
|
|
|
|
|
|
| Returns the name (and possibly the type) of values for a key found in the registry. |
|
|
|
|
|
|
|
| Identifies the key found after the specified key in the Windows registry. |
|
|
|
|
|
|
|
| Usage example of the RegistryQueryValue function |
|
|
|
|
|
|
|
| Reads a value in the Windows registry. |
|
|
|
|
|
|
|
| Renames a key in the registry.
|
|
|
|
|
|
|
|
| Seeks a character string in the registry. |
|
|
|
|
|
|
|
| Usage example of the RegistrySetValue function |
|
|
|
|
|
|
|
| Writes a value to a key in the Windows registry. |
|
|
|
|
|
|
|
| Returns the type of value found in the registry. |
|
|
|
|
|
|
|
| Several WINDEV functions can be used to handle the Windows registry... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|