A small class, which gives easy access to the System Registry.
Break free of the limitations of the MFC app->WriteProfileString()
programming style. With this little class you can easily access the Registry
functions and still have full control of where the data goes.
Interface
Name | Description | |
---|---|---|
![]() | SetRegistryBranch | Sets the current registry branch. |
![]() | GetInt | Reads an integer from the system registry. |
![]() | GetString | Reads a string from the system registry. |
![]() | GetBinary | Reads a binary lump of data from the system registry. |
![]() | WriteInt | Writes an integer to the system registry. |
![]() | WriteString | Writes a string to the system registry. |
![]() | WriteBinary | Writes binary to the system registry. |
![]() | WriteExpandString | Writes an 'expand string' to the system registry. |
![]() | DeleteKey | Delete a registry key. |
![]() | DeleteValue | Delete a registry key value. |
![]() | DeleteSection | Delete an entire registry branch. |
Source Code Dependencies
Microsoft MFC LibrarySee Also
INI file wrapper classDownload Files
![]() | Source Code (4 Kb) |