Gentee Programming Language > Documentation > Libraries Download documentation

reggetmultistr

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
)

Parameters

rootA root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERS
subkeyA name of the registry key.
valnameA name of the specified key value.
val of strThe array strings are written to.

Return value

The function returns the parameter val.

See also

    Working with the Registry


 Copyright © 2004-2006 Gentee Inc. All rights reserved.