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