Public Methods |
|
bool | Open (HKEY hKeyParent,LPCTSTR lpszKeyName) |
|
bool | Create (HKEY hKeyParent,LPCTSTR lpszKeyName) |
|
void | Close () |
|
| operator HKEY ()const |
|
int | Read (LPCTSTR lpszKeyName,int nDefault) |
|
long | Read (LPCTSTR lpszKeyName,long nDefault) |
|
bool | Read (LPCTSTR lpszKeyName,bool bDefault) |
|
tstring | Read (LPCTSTR lpszKeyName,LPCTSTR szDefault) |
|
void | Read (LPCTSTR lpszKeyName,LPCTSTR szDefault,tstring &rValue) |
|
bool | Write (LPCTSTR lpszKeyName,int nValue) |
|
bool | Write (LPCTSTR lpszKeyName,long nValue) |
|
bool | Write (LPCTSTR lpszKeyName,const tstring &szValue) |
|
bool | Write (LPCTSTR lpszKeyName,bool bValue) |
Protected Methods |
|
long | ReadLong (LPCTSTR lpszKeyName,long nDefault) |
|
void | ReadString (LPCTSTR lpszKeyName,LPCTSTR szDefault,tstring &rValue) |