Another Registry Class
Posted
by Shane Martin
on October 1st, 2002
- 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

Comments