hostnameresolver RegLocation property
Return to Introduction  Previous page  Next page
Applies to
acHostnameResolver component as subproperty of RegistrySaver structure.  

Declaration
type  
  TacRegLocation = (rlCurrentUser, rlLocalMachine);  
 
property RegLocation: TacRegLocation;  

Description
The RegLocation specifies the root key of the hierarchy of subkeys, where you would like to store the the content of the internal cache (with IPs and their resolved hostnames). RegLocation property can point to HKEY_CURRENT_USER (rlCurrentUser) or HKEY_LOCAL_MACHINE (rlLocalMachine) root keys.  
 
When RegLocation is rlCurrentUser, acHostnameResolver stores all settings in the registry section for current logged user. When RegLocation is rlLocalMachine settings will be saved for ALL users of current machine.  
 
iiinfo Specify maximum size of cache in CacheSize property.  

See also
CacheSize, RegKey and Enabled properties.