Gentee Programming Language > Documentation > Libraries Download documentation

regverify

Check if there is a certain key in the registry and create it if it is not there.
 
uint regverify(
      uint   root,
      str   subkey,
      arr   ret of str
)

Parameters

rootA root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERS
subkeyThe name of the registry key being checked.
ret of strThe array of strings all the created keys will be written to. It can be 0.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Working with the Registry


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