| Gentee Programming Language > Documentation > Libraries | Download documentation |
This method writes the value of a registry key into an object of the buf type.
buf buf.regget( uint root, str subkey, str valname, uint regtype )
root A root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERSsubkey 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.
Returns the object which method has been called.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |