Module System
- 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
constantintSystem.HKEY_CLASSES_ROOT
constantintSystem.HKEY_LOCAL_MACHINE
constantintSystem.HKEY_CURRENT_USER
constantintSystem.HKEY_USERS- Description
Root handles in the Windows registry.
- Note
These constants are only available on Win32 systems.
- See also