Windows Registry functions query and update the Windows Registry.
Windows Registry functions |
|
---|---|
Function |
Description |
(vl-registry-deletereg-key [val-name]) |
Deletes the specified key or value from the Windows Registry |
(vl-registry-descendentsreg-key [val-names]) |
Returns a list of subkeys or value names for the specified Registry key |
(vl-registry-readreg-key [val-name]) |
Returns data stored in the Windows Registry for the specified key/value pair |
(vl-registry-writereg-key [val-name val-data]) |
Creates a key in the Windows Registry |
Returns the AutoCAD registry path NoteThis is an
extended function provided by VLISP. You must issue vl-load-com before you can use the function.
|