Registry Function Library

Download

What's New?

 

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.


INI File Replacement Functions

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.


Key and Value Functions

The Key and Value functions provide low level access to Registry without using the Win32 API. Below are the functions provided:


Enumeration Functions

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.


Import

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 Reporting

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

Templates are provided for the ABC and Clarion Legacy template chains that make the functions available from anywhere in your application.


Documentation

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