| Attach(HKEY hKey) | CWinRegKey | |
| Close() | CWinRegKey | |
| Create(HKEY hKeyParent, LPCTSTR lpszKeyName, LPTSTR lpszClass=NULL, DWORD dwOptions=REG_OPTION_NON_VOLATILE, REGSAM nSamDesired=KEY_ALL_ACCESS, LPSECURITY_ATTRIBUTES lpSecAttr=NULL, LPDWORD lpdwDisposition=NULL) | CWinRegKey | |
| CWinRegKey() | CWinRegKey | |
| DeleteSubKey(LPCTSTR lpszSubKey) | CWinRegKey | |
| DeleteValue(LPCTSTR lpszValue) | CWinRegKey | |
| Detach(void) | CWinRegKey | |
| EnumSubKeys(std::vector< std::string > &aKeyNames) | CWinRegKey | |
| EnumValues(std::vector< std::string > &aValueNames) | CWinRegKey | |
| m_hKey (Definiert in CWinRegKey) | CWinRegKey | [private] |
| Open(HKEY hKeyParent, LPCTSTR lpszKeyName, REGSAM nSamDesired=KEY_ALL_ACCESS) | CWinRegKey | |
| operator HKEY() const | CWinRegKey | |
| QueryValue(DWORD &dwValue, LPCTSTR lpszValueName) | CWinRegKey | |
| QueryValue(LPTSTR szValue, LPCTSTR lpszValueName, DWORD *pdwCount) | CWinRegKey | |
| RecurseDeleteKey(LPCTSTR lpszKey) | CWinRegKey | |
| SetValue(DWORD dwValue, LPCTSTR lpszValueName) | CWinRegKey | |
| SetValue(LPCTSTR lpszValue, LPCTSTR lpszValueName) | CWinRegKey | |
| ~CWinRegKey() | CWinRegKey | [virtual] |