|
Electroneum
|
Functions | |
| template<class T > | |
| bool | RegSetPODValue (HKEY hParentKey, const char *pSubKey, const char *pValName, const T &valToSave, bool force_create=true) |
| template<class T > | |
| bool | RegGetPODValue (HKEY hParentKey, const char *pSubKey, const char *pValName, T &valToSave) |
| bool | RegSetANSIString (HKEY hParentKey, const char *pSubKey, const char *pValName, const std::string &strToSave) |
| bool | RegGetANSIString (HKEY hParentKey, const char *pSubKey, const char *pValName, std::string &strToSave) |
| template<class TMemoryObject > | |
| bool | RegSetRAWValue (HKEY hKey, const char *pValName, const TMemoryObject &valToSave, DWORD valType=REG_BINARY) |
| bool | RegSetRAWValue (HKEY hKey, const char *pValName, const std::string &valToSave, DWORD valType=REG_BINARY) |
| template<class TMemoryObject > | |
| bool | RegGetRAWValue (HKEY hKey, const char *pValName, TMemoryObject &valToSave, DWORD *pRegType) |
| bool | RegGetRAWValue (HKEY hKey, const char *pValName, std::string &valToSave, DWORD *pRegType) |
| template<class TMemoryObject > | |
| bool | RegSetRAWValue (HKEY hParentKey, const char *pSubKey, const char *pValName, const TMemoryObject &valToSave, DWORD valType=REG_BINARY) |
| bool | RegSetRAWValue (HKEY hParentKey, const char *pSubKey, const char *pValName, const std::string &valToSave, DWORD valType=REG_BINARY) |
| template<class TMemoryObject > | |
| bool | RegGetRAWValue (HKEY hParentKey, const char *pSubKey, const char *pValName, TMemoryObject &valToSave, DWORD *pRegType) |
| bool | RegGetRAWValue (HKEY hParentKey, const char *pSubKey, const char *pValName, std::string &valToSave, DWORD *pRegType) |
| bool | RegRemoveValue (HKEY hParentKey, const char *pValName) |
| bool | RegRemoveKey (HKEY hParentKey, const char *pKeyName) |
|
inline |
Definition at line 96 of file reg_utils.h.
| bool epee::reg_utils::RegGetPODValue | ( | HKEY | hParentKey, |
| const char * | pSubKey, | ||
| const char * | pValName, | ||
| T & | valToSave | ||
| ) |
Definition at line 56 of file reg_utils.h.
| bool epee::reg_utils::RegGetRAWValue | ( | HKEY | hKey, |
| const char * | pValName, | ||
| TMemoryObject & | valToSave, | ||
| DWORD * | pRegType | ||
| ) |
| bool epee::reg_utils::RegGetRAWValue | ( | HKEY | hKey, |
| const char * | pValName, | ||
| std::string & | valToSave, | ||
| DWORD * | pRegType | ||
| ) |
Definition at line 156 of file reg_utils.h.
| bool epee::reg_utils::RegGetRAWValue | ( | HKEY | hParentKey, |
| const char * | pSubKey, | ||
| const char * | pValName, | ||
| TMemoryObject & | valToSave, | ||
| DWORD * | pRegType | ||
| ) |
Definition at line 206 of file reg_utils.h.

|
inline |
Definition at line 220 of file reg_utils.h.

|
inline |
Definition at line 241 of file reg_utils.h.
|
inline |
Definition at line 234 of file reg_utils.h.
|
inline |
Definition at line 77 of file reg_utils.h.
| bool epee::reg_utils::RegSetPODValue | ( | HKEY | hParentKey, |
| const char * | pSubKey, | ||
| const char * | pValName, | ||
| const T & | valToSave, | ||
| bool | force_create = true |
||
| ) |
Definition at line 37 of file reg_utils.h.
| bool epee::reg_utils::RegSetRAWValue | ( | HKEY | hKey, |
| const char * | pValName, | ||
| const TMemoryObject & | valToSave, | ||
| DWORD | valType = REG_BINARY |
||
| ) |
Definition at line 124 of file reg_utils.h.

| bool epee::reg_utils::RegSetRAWValue | ( | HKEY | hKey, |
| const char * | pValName, | ||
| const std::string & | valToSave, | ||
| DWORD | valType = REG_BINARY |
||
| ) |
Definition at line 131 of file reg_utils.h.
| bool epee::reg_utils::RegSetRAWValue | ( | HKEY | hParentKey, |
| const char * | pSubKey, | ||
| const char * | pValName, | ||
| const TMemoryObject & | valToSave, | ||
| DWORD | valType = REG_BINARY |
||
| ) |
Definition at line 173 of file reg_utils.h.

| bool epee::reg_utils::RegSetRAWValue | ( | HKEY | hParentKey, |
| const char * | pSubKey, | ||
| const char * | pValName, | ||
| const std::string & | valToSave, | ||
| DWORD | valType = REG_BINARY |
||
| ) |
Definition at line 189 of file reg_utils.h.
