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

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

RegGetValue() , RegGetValues_76() , RegGetKeyNames()