Gentee Programming Language > Documentation > Libraries Download documentation

regdelvalue

Delete the value of a key.
 
uint regdelvalue(
      uint   root,
      str   subkey,
      str   valname
)

Parameters

rootA root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERS
subkeyA name of the registry key.
valnameThe name of the value being deleted.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Working with the Registry


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