- indexing
- title: "HKEY_CURRENT_USER: One of the predefined registry keys"
- 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 HKEY_CURRENT_USER
- inherit
-
RESERVED_REGISTRY_KEY
-
- redefine
- get_name
- end
- creation
- make
- feature -- Properties
-
get_name: STRING
-
-
-- Name of the key
end -- class HKEY_CURRENT_USER