/reactos/base/applications/mspaint/ |
H A D | registry.cpp | 119 CRegKey paint; in Load() 123 CRegKey view; in Load() 143 CRegKey files; in Load() 154 CRegKey text; in Load() 168 CRegKey bar1; in Load() 174 CRegKey bar2; in Load() 180 CRegKey bar3; in Load() 186 CRegKey bar4; in Load() 208 CRegKey view; in Store() 238 CRegKey text; in Store() [all …]
|
/reactos/base/applications/rapps/ |
H A D | settings.cpp | 21 Save(CRegKey &key) = 0; 23 Load(CRegKey &key) = 0; 34 Save(CRegKey &key) override in Save() 39 Load(CRegKey &key) override in Load() 64 Save(CRegKey &key) override in Save() 69 Load(CRegKey &key) override in Load() 95 Save(CRegKey &key) override in Save() 100 Load(CRegKey &key) override in Load() 235 ATL::CRegKey RegKey; in LoadSettings() 247 ATL::CRegKey RegKey; in LoadSettings() [all …]
|
H A D | appdb.cpp | 171 CRegKey hSubKey; in CreateInstalledAppByRegistryKey() 205 CRegKey hKey; in EnumerateRegistry() 255 CRegKey hKey; in CreateInstalledAppInstance() 331 CRegKey Uninstall; in RemoveInstalledAppFromRegistry()
|
H A D | misc.cpp | 215 ATL::CRegKey key; in InitLogs() 271 ATL::CRegKey key; in GetInstalledVersion_WowUser() 381 CRegKey key; in RegKeyHasValues() 397 GetRegString(CRegKey &Key, LPCWSTR Name, CStringW &Value) in GetRegString()
|
H A D | geninst.cpp | 152 CRegKey *ArpKey, Entries; 252 CRegKey key; in GetLocalizedSMFolderName() 444 CRegKey arpkey; in ExtractAndInstallThread() 751 CRegKey key; in UninstallThread()
|
H A D | appinfo.cpp | 580 CRegKey reg; in GetInstallerType()
|
/reactos/modules/rostests/apitests/atl/ |
H A D | CRegKey.cpp | 17 START_TEST(CRegKey) in START_TEST() argument 19 CRegKey key; in START_TEST() 20 CRegKey key2(HKEY_CURRENT_USER); in START_TEST() 27 CRegKey key3(key2); in START_TEST() 128 CRegKey qv; in START_TEST() 196 CRegKey test1; in START_TEST() 200 CRegKey test2; in START_TEST() 204 CRegKey test3; in START_TEST() 209 CRegKey key(HKEY_CURRENT_USER); in START_TEST()
|
H A D | CMakeLists.txt | 20 CRegKey.cpp
|
/reactos/sdk/lib/atl/ |
H A D | atlbase.h | 1112 class CRegKey 1123 CRegKey() noexcept in CRegKey() function 1128 CRegKey(CRegKey& key) noexcept in CRegKey() function 1133 explicit CRegKey(HKEY hKey) noexcept in CRegKey() function 1140 CRegKey(CAtlTransactionManager* pTM) noexcept 1146 ~CRegKey() noexcept in ~CRegKey() 1380 CRegKey key; 1392 CRegKey key; 1418 return CRegKey::_DoDeleteKeyTree(m_hKey, lpszKey); in RecurseDeleteKey() 1451 CRegKey& operator=(CRegKey& key) noexcept [all …]
|
/reactos/modules/rostests/apitests/browseui/ |
H A D | IACLCustomMRU.cpp | 58 CRegKey tmp; in Cleanup_Testdata() 67 CRegKey key; in verify_mru_() 294 CRegKey key; in test_IACLCustomMRU_Continue() 403 CRegKey key; in RestoreTypedURLs() 420 CRegKey key; in test_IACLCustomMRU_TypedURLs()
|
/reactos/dll/shellext/fontext/ |
H A D | CFontCache.cpp | 42 CRegKey key; in File() 203 CRegKey key; in Read()
|
H A D | CFontExt.cpp | 584 CRegKey keyFonts; in Drop()
|
/reactos/base/applications/rapps/include/ |
H A D | appinfo.h | 179 CRegKey m_hKey; 201 CRegKey& GetRegKey() { return m_hKey; } in GetRegKey()
|
H A D | misc.h | 87 GetRegString(CRegKey &Key, LPCWSTR Name, CStringW &Value);
|
/reactos/dll/win32/browseui/ |
H A D | ACLCustomMRU.h | 19 CRegKey m_Key;
|
H A D | ACLCustomMRU.cpp | 101 RegQueryCStringW(CRegKey& key, LPCWSTR pszValueName, CStringW& str) in RegQueryCStringW()
|
/reactos/dll/win32/iernonce/include/ |
H A D | registry.h | 22 class CRegKeyEx : public CRegKey
|
/reactos/base/applications/drwtsn32/ |
H A D | main.cpp | 193 CRegKey key; in Settings_GetOutputPath() 213 CRegKey key; in Settings_GetShouldWriteDump()
|
/reactos/modules/rostests/apitests/apphelp/ |
H A D | register.cpp | 130 CRegKey key; in ok_keys_()
|
/reactos/modules/rostests/apitests/atl/devenv/ |
H A D | ATLTest.sln | 38 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CRegKey", "CRegKey.vcxproj", "{6C2258AA-6740-4…
|
/reactos/dll/win32/shell32/folders/ |
H A D | CRecycleBin.cpp | 1165 CRegKey regKey; in TRASH_PlayEmptyRecycleBinSound()
|
/reactos/dll/win32/shell32/ |
H A D | CDefaultContextMenu.cpp | 1411 CRegKey VerbKey; in InvokeRegVerb()
|