vl-registry-descendents


(vl-registry-descendents key [ val-names ] )

This function returns a list of sub-keys or value names for the key registry key.

Arguments

key  (string) the registry key to list the sub-keys for (left side on regedit.exe)
val-names  (NIL / non-NIL, optional) ; if omitted or NIL, all sub-keys for key are returned; otherwise the value names of key are returned

Return

list of strings, or NIL

Example

(vl-registry-descendents "HKEY_CURRENT_USER\\Software\\Bricsys\\BricsCAD")
(V12" "V13" "V13x64" "V14" "V14x64" "V15" "V15x64" "V16" "V16x64" "V17" "V17x64" "V18" "V18x64" "V19" "V19x64" "V20" "V20x64" "VLispDbgEditor" "VLispDbgEditor.Black" "Windows" "Worksets")

(vl-registry-descendents "HKEY_CURRENT_USER\\Software\\Bricsys\\BricsCAD" T)
("CURVER" "InstalledStartMenuShortcuts" "ShortCut")

Remarks

it val-names is non-NIL, the list of returned value names does not contain the standard entry "" (Standard)



©  Bricsys NV. All rights reserved.