Up |
MS Windows registry Scol 4.6 or above required
Registry access.
On other platforms, like GNU Linux, these functions returns always nil and nothing is done.
- Registry access is limited to HKEY_LOCAL_MACHINE\SOFTWARE\Scol-Technologies\ and below.
- All access paths are relative to this registry key.
- Note that management of Values is accepted directly at the above Scol root Key (relative path coded as ""). But we recommend you to create your own personal/application SubKeys and to work with your own Values in these SubKeys.
- For Windows compatibility issues, we recommend to limit the size of Key or Value names to 255 characters, and the content of Values to 2048 characters. This last limit is hardcoded. As explained in MSDN, bigger content should be stored in files and the file names stored in the registry.
- _winreg_createkey
fun [S] I - _winreg_deletekey
fun [S] I - _winreg_setvalue
fun [S S I S] I - _winreg_getvalue
fun [S S] [I S] - _winreg_delvalue
fun [S S] I