| Gentee Programming Language > Documentation > Libraries | Download documentation |
Write an array of strings as a value of a registry key of the $REG_MULTISZ type. If there is no key, it will be created.
uint regsetmultistr( uint root, str subkey, str valname, arr value of str, 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. valname The name of the value being written. value of str The arrays of strings being written. ret of str The array of strings all the created keys will be written to. It can be 0.
0 no data has been written 1 the value of the key was created during the writing process 2 data is written into the existing value
Copyright © 2004-2006 Gentee Inc. All rights reserved. |