Odcl_RegisaryRead

(From mDCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Odcl_RegisaryRead

(From mDCL_LM file)

Previous pageReturn to chapter overviewNext page

 

 

Odcl_RegistryRead

This function will read specific Key in the windows registry.

 

First Parameter

REG Key Location as String.

 

Second Parameter

Key asyString.

 

ex: (Odcl_RegistryRead "HKEY_CURRENT_USER\\software\\ductisoft\\ObjectDCL" "InstallDir")

 

AutoLisp Syntax:

(Odcl_RegistryRead REGkey [as string] key [as string])