
[Top]
system
|
Method system.RegGetValues()
- Method
RegGetValues
mapping(string:string|int|array(string)) system.RegGetValues(int hkey, string key)
- Description
-
Get multiple values from the register.
- Parameter hkey
One of the following:
| HKEY_CLASSES_ROOT |
| HKEY_LOCAL_MACHINE |
| HKEY_CURRENT_USER |
| HKEY_USERS |
|
- Parameter key
Registry key.
- Returns
Returns a mapping with all the values stored at the specified location
in the register if any. Throws errors on failure.
- Note
This function is only available on Win32 systems.
- See also
system.RegGetValue, system.RegGetKeyNames
Extracted from Pike v7.3 release 11 at 2001-11-03.
|