
[Top]
system
|
Method system.RegGetKeyNames()
- Method
RegGetKeyNames
array(string) system.RegGetKeyNames(int hkey, string key)
- Description
-
Get a list of value key names 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 an array of value keys stored at the specified location iof any.
Throws errors on failure.
- Note
This function is only available on Win32 systems.
- See also
system.RegGetValue, system.RegGetValues
Extracted from Pike v7.3 release 11 at 2001-11-03.
|