Method RegGetValue()
- Method RegGetValue
string|int|array(string) RegGetValue(inthkey,stringkey,stringindex)- Description
Get a single value from the register.
- Parameter
hkey One of the following:
HKEY_CLASSES_ROOTHKEY_LOCAL_MACHINEHKEY_CURRENT_USERHKEY_USERS- Parameter
key Registry key.
- Parameter
index Value name.
- Returns
Returns the value stored at the specified location in the register if any. Returns
UNDEFINEDon missing keys, throws errors on other failures.- Note
This function threw errors on missing keys in Pike 7.6 and earlier (see System.RegGetValue_76()).
- Note
This function is only available on Win32 systems.
- See also