INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Dummy creation
-- Open key with full access
-- Open key with read-only access
-- Open key with write access
-- Open key with the specific access mask.
-- Key operations implicitly open the key every time they called.
-- Explicit opening the key can improve performance when multiple
-- operations are performed.
-- Close the open key
-- Flush contents of the open key to disk.
-- Excessive usage of this feature may decrease overall performance.
-- Is key opened?
-- Is `other' the same key as `Current'?
-- Is current object less than 'other' ?
-- Update current object using fields of object attached
-- to 'other', so as to yield equal objects
-- Name of the key
-- Complete hierarchical name of the key
-- Parent key containing the `Current'
-- Root key of the hierarchy
-- Does current key's subkey with the specified name exist?
-- Subkey of the current key
-- All subkeys of the current key
-- Add the specified subkey to the current key
-- Remove the specified subkey from the current key
-- Checks whether the key has the specified value.
-- `Void' for `value_name' means default value.
-- Returns the specified key's value
-- Initializes the specified value
-- Returns the default key's value
-- Returns key's specified string value
-- Returns key's specified integer value
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |