Close() | OW32::CRegKey | [inline] |
Create(HKEY hKeyParent, LPCTSTR lpszKeyName, LPTSTR lpszClass=REG_NONE, DWORD dwOptions=REG_OPTION_NON_VOLATILE, REGSAM samDesired=KEY_ALL_ACCESS, LPSECURITY_ATTRIBUTES lpSecAttr=NULL, LPDWORD lpdwDisposition=NULL) | OW32::CRegKey | [inline] |
CRegKey() | OW32::CRegKey | [inline] |
CRegKey(HKEY hKey) | OW32::CRegKey | [inline] |
DeleteKey(LPCTSTR lpSubKey=NULL) | OW32::CRegKey | [inline] |
DeleteValue(LPCTSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
EnumKey(DWORD index, std::basic_string< T > &name, FILETIME *pftime=NULL) | OW32::CRegKey | [inline] |
EnumValue(DWORD index, std::basic_string< T > &name, DWORD *pType=NULL, BYTE **ppData=NULL, DWORD *pLenData=NULL) | OW32::CRegKey | [inline] |
Flush() | OW32::CRegKey | [inline] |
IsDWORDType(DWORD dwType) | OW32::CRegKey | [inline, static] |
IsStringType(DWORD dwType) | OW32::CRegKey | [inline, static] |
Open(HKEY hKeyParent, LPCTSTR lpszKeyName, REGSAM samDesired=KEY_READ) | OW32::CRegKey | [inline] |
operator HKEY() | OW32::CRegKey | [inline] |
QueryValue(std::basic_string< T > &strValue, LPCTSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
QueryValue(BYTE *Buf, DWORD *BufSize, LPCTSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
QueryValue(T *buf, int nBuf, LPCTSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
QueryValue(DWORD &dwValue, LPCWSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
QueryValue(DWORD &dwValue, LPCSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
SetValue(LPCTSTR lpszValue, LPCTSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
SetValue(const BYTE *pData, LONG bufSize, DWORD dwType=REG_BINARY, LPCTSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |
SetValue(DWORD dwValue, LPCTSTR lpszValueName=NULL) | OW32::CRegKey | [inline] |