| Gentee Programming Language > Documentation > Libraries | Download documentation |
Get the type of a registry key value.
uint regvaltype( uint root, str subkey, str valname )
root A root key.
$HKEY_CLASSES_ROOT
$HKEY_CURRENT_USER
$HKEY_LOCAL_MACHINE
$HKEY_USERSsubkey A name of the registry key. valname The name of the key value the type of which is being determined.
0 is returned if the type is not determined or there is no such value. Besides, the following values are possible: $REG_SZ string $REG_EXPAND_SZ string with environment variables $REG_BINARY binary data $REG_DWORD number $REG_MULTI_SZ string sequence
Copyright © 2004-2006 Gentee Inc. All rights reserved. |