- indexing
- title: "Common constants"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: registry
class REGISTRY_SERVER
- feature -- Reserved keys (registry roots)
-
hkey_classes_root: HKEY_CLASSES_ROOT
-
hkey_current_user: HKEY_CURRENT_USER
-
hkey_local_machine: HKEY_LOCAL_MACHINE
-
hkey_users: HKEY_USERS
end -- class REGISTRY_SERVER