Another Registry Class

This registry API wrapper allows reading and writing of the following data types:

  • int
  • DWORD
  • RECT
  • POINT
  • CString
  • CStringList
  • CStringArray
  • CByteArray
  • CWordArray
  • CDWordArray

It allows for the creation, deletion, and verification of keys and values.

Simple to use:

  • Declare an instance of CRegistry
  • Open the registry using the Open function
  • Read and write data using the Read and Write functions

A help file is included that explains all the member variables and functions along with general usage guidelines and examples of each member function.

Download source.

Last updated: 09 May 1998

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read