|
|
 |
 |
| SetRegistryKey |
| |
Set a registry key if it exists |
| |
| Library |
 |
module::system/configure.whlib |
| |
| Syntax |
 |
PUBLIC MACRO SetRegistryKey (INTEGER ownerroleid,STRING confkey,VARIANT newval) |
| |
| Parameters |
 |
| ownerroleid |
 |
ID of the role whose registry we want to set (-1=system registry) |
 |
| confkey |
 |
Key name |
 |
| newval |
 |
New value (must be of the same type as the existing key) |
 |
|
| |
|
|
|
|