Creates a new value.
bSuccess = CreateRegistryValue (rcCategory, sKeypath, sValueName, sValue)
| Variable | Description |
|---|---|
| bSuccess | True if the value was successfully created, false otherwise. Boolean. |
| rcCategory | The root key for the registry. RegistryCategory. |
| sKeypath | The path to the registry key. String. |
| sValueName | The name of the value. String. |
| sValue | The new value. String. |