EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

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

Edit