EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

buf.regget

Getting a value. This method writes the value of a registry key into a Buffer object.

method buf buf.regget (
   uint root,
   str subkey,
   str valname,
   uint regtype
)

Parameters

root A root key.
$HKEY_CLASSES_ROOTClasses Root.
$HKEY_CURRENT_USERCurrent user's settings.
$HKEY_LOCAL_MACHINELocal machine settings.
$HKEY_USERSAll users' settings
subkey A name of the registry key.
valname A name of the specified key value.
regtype The pointer to uint the type of this value will be written to. It can be 0.

Return value

Returns the object which method has been called.

Related links

Source