| Gentee Programming Language > Documentation > Libraries | Download documentation |
Get the list of the names of values in this key.
uint regvalues( uint root, str subkey, arr ret of str )
root A root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERSsubkey A name of the registry key. ret of str The array the names of values in the keys will be written to.
Nonzero if initialization was successful; otherwise 0.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |