|
|
|
|
|
|
|
|
|
|
|
|
| Categoría: Registry functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| List of constants used by the registry functions. |
|
|
|
|
|
|
|
| Lista de funciones para gestionar el registro |
|
|
|
|
|
|
|
| Copia una clave de registro con todas sus subclaves y valores. |
|
|
|
|
|
|
|
| Usage example of the RegistryCreateKey function |
|
|
|
|
|
|
|
| Creates a key in the Windows registry. |
|
|
|
|
|
|
|
| Deletes a subkey from the Windows registry. |
|
|
|
|
|
|
|
| Elimina un valor del registro de Windows. |
|
|
|
|
|
|
|
| Comprueba la existencia de una clave en el registro de Windows. |
|
|
|
|
|
|
|
| Usage example of the RegistryFirstSubKey function |
|
|
|
|
|
|
|
| Identifica la ruta de la primera subclave de la clave especificada en el registro de Windows. |
|
|
|
|
|
|
|
| Lists the subkeys of a registry key. |
|
|
|
|
|
|
|
| Returns the name (and possibly the type) of values for a key found in the registry. |
|
|
|
|
|
|
|
| Identifica la clave que se encuentra después de la clave especificada en el registro de Windows. |
|
|
|
|
|
|
|
| Usage example of the RegistryQueryValue function |
|
|
|
|
|
|
|
| Reads a value in the Windows registry. |
|
|
|
|
|
|
|
| Renames a key in the registry.
|
|
|
|
|
|
|
|
| Busca una cadena de caracteres en el registro. |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|