Module System

Inheritance graph
Description

This module embodies common operating system calls, making them available to the Pike programmer.


Inherit _system

inherit _system : _system


Constant HKEY_CLASSES_ROOT
Constant HKEY_LOCAL_MACHINE
Constant HKEY_CURRENT_USER
Constant HKEY_USERS

constant int System.HKEY_CLASSES_ROOT
constant int System.HKEY_LOCAL_MACHINE
constant int System.HKEY_CURRENT_USER
constant int System.HKEY_USERS

Description

Root handles in the Windows registry.

Note

These constants are only available on Win32 systems.

See also

RegGetValue(), RegGetValues(), RegGetKeyNames()