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) |
|
Return |
list of strings, or NIL |
|
Example |
(vl-registry-descendents
"HKEY_CURRENT_USER\\Software\\Bricsys\\BricsCAD") |
|
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. |