registry_set_root - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets the root for the other registry routines.
| Value | Description |
|---|---|
| 0 | HKEY_CURRENT_USER |
| 1 | HKEY_LOCAL_MACHINE |
| 2 | HKEY_CLASSES_ROOT |
| 3 | HKEY_USERS |
| Parameter | Data Type | Description |
|---|---|---|
| root | integer | any value from the table above |
void: This function does not return anything.
// demonstrates setting the registry root
registry_set_root(0);
NOTOC