Method System.RegGetValue_76()
- Method RegGetValue_76
string|int|array(string) RegGetValue_76(int hkey, string key, string index)
- Description
Get a single value from the register (COMPAT).
Pike 7.6 compatibility implementation of RegGetValue(). The difference being that this function throws errors when keys are missing.
- Note
This function is only available on Win32 systems.
- See also