Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
System

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()