| Gentee Programming Language > Documentation > Libraries | Download documentation |
Get the numerical value of a registry key.
uint reggetnumdef( uint root, str subkey, str valname, uint defval )
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. defval The default number in case there is no value.
uint reggetnum( uint root, str subkey, str valname )
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.
A numerical value is returned.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |