| Gentee Programming Language > Documentation > Libraries | Download documentation |
Get the value of a registry key of the $REG_MULTISZ type into a string array.
arr reggetmultistr( uint root, str subkey, str valname, arr val of str )
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. val of str The array strings are written to.
The function returns the parameter val.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |