Gentee Programming Language > Documentation > Libraries Download documentation

regvalues

Get the list of the names of values in this key.
 
uint regvalues(
      uint   root,
      str   subkey,
      arr   ret of str
)

Parameters

rootA root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERS
subkeyA name of the registry key.
ret of strThe array the names of values in the keys will be written to.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Working with the Registry


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