Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method System.RegGetValues_76()


Method RegGetValues_76

mapping(string:string|int|array(string)) RegGetValues_76(int hkey, string key)

Description

Get multiple values from the register (COMPAT).

Pike 7.6 compatibility implementation of RegGetValues(). The difference being that this function throws errors when keys are missing.

Note

This function is only available on Win32 systems.

See also

RegGetValue_76(), RegGetKeyNames_76(), RegGetValues()