Gentee Programming Language > Documentation > Libraries Download documentation

regdelkey

Delete a key.
 
uint regdelkey(
      uint   root,
      str   subkey
)

Parameters

rootA root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERS
subkeyThe name of the registry key 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.