The function product-registry-path returns the registry subpath defined for the product denoted by product .
The function
(setf product-registry-path)
sets the registry subpath defined for the product denoted by
product
.
This registry subpath is used when reading and storing user preferences with user-preference.
Note that while
product
can be any Lisp object, values of
product
are compared by
eq
, so you should use keywords.
Note: to store CAPI window geometries under the registry path for your product, see the entry for
capi:top-level-interface-geometry-key
. in the LispWorks
CAPI Reference Manual
.