Gentee Programming Language > Documentation > Libraries Download documentation

regkeys

Get the list of subkeys of this key.
 
uint regkeys(
      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 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.