#include <Registry.h>
Public Member Functions | |
CRegistry () | |
~CRegistry () | |
CString | GetString (LPCTSTR pszSection, LPCTSTR pszName, LPCTSTR pszDefault=NULL) |
int | GetInt (LPCTSTR pszSection, LPCTSTR pszName, int nDefault=0) |
DWORD | GetDword (LPCTSTR pszSection, LPCTSTR pszName, DWORD dwDefault=0) |
double | GetFloat (LPCTSTR pszSection, LPCTSTR pszName, double fDefault=0.0f) |
BOOL | SetString (LPCTSTR pszSection, LPCTSTR pszName, LPCTSTR pszValue) |
BOOL | SetInt (LPCTSTR pszSection, LPCTSTR pszName, int nValue) |
Protected Member Functions | |
void | DisplayErrorMessageBox (LPCTSTR pszName, DWORD nErrorCode) |
|
Definition at line 30 of file Registry.cpp. |
|
Definition at line 34 of file Registry.cpp. |
|
Definition at line 189 of file Registry.cpp. References NULL. Referenced by GetInt(), GetString(), SetInt(), and SetString(). |
|
Definition at line 107 of file Registry.cpp. References GetInt(). Referenced by CSettings::Item::Load(). |
|
Definition at line 115 of file Registry.cpp. References GetString(). Referenced by CSettings::Item::Load(). |
|
Definition at line 76 of file Registry.cpp. References DisplayErrorMessageBox(). Referenced by GetDword(), CSettings::Load(), CSettings::LoadList(), CSettings::LoadWindow(), and CSettings::SmartUpgrade(). |
|
Definition at line 41 of file Registry.cpp. References DisplayErrorMessageBox(), and NULL. Referenced by GetFloat(), CSettings::Item::Load(), and CSettings::LoadList(). |
|
Definition at line 157 of file Registry.cpp. References DisplayErrorMessageBox(), and NULL. Referenced by CSettings::Load(), CSettings::Item::Save(), CSettings::Save(), CSettings::SaveList(), and CSettings::SaveWindow(). |
|
Definition at line 125 of file Registry.cpp. References DisplayErrorMessageBox(), and NULL. Referenced by CSettings::Item::Save(), and CSettings::SaveList(). |