Utilize the Windows Registry in your applications by using the easy to use library. Templates are provided for use with the ABC and Clarion Legacy template chains.
RFL_PutReg and RFL_GetReg use a syntax that is very similar to PUTINI and GETINI. This allows you to easily convert your application from using INI files to using the Windows registry.
The Key and Value functions provide low level access to Registry without using the Win32 API. Below are the functions provided:
- OpenKey
- CreateKey
- CloseKey
- DeleteKey
- FlushKey
- GetValue
- PutValue
- DeleteValue
EnumReg will read the entire contents of an open key into a registry. EnumValue and EnumKey are used to read sequentially or randomly a single value or key.
ImportRegFile allows you to import a RegEdit export file. Simply make the Registry changes you need using RegEdit, export them, and distribute with your application.
Error functions RegErrorCode and RegError are provided to allow for error trapping and reporting. The RegAPIErrorCode function returns the Win32 API error code for low level debugging.
Templates are provided for the ABC and Clarion Legacy template chains that make the functions available from anywhere in your application.
An 26 page user's manual is provided in HTML and Word 6.0 formats.
Read It Online (228K)
Home
Copyright 2005, Jeffrey Jones
Updated: April 11, 2005