| Gentee Programming Language > Documentation > Libraries | Download documentation |
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 )
root A root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERSsubkey The name of the registry key being checked. ret of str The array of strings all the created keys will be written to. It can be 0.
Nonzero if initialization was successful; otherwise 0.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |