Home
last modified time | relevance | path

Searched refs:RegOpenKeyW (Results 1 – 25 of 87) sorted by relevance

1234

/reactos/dll/win32/tapi32/
H A Dassisted.c59 if(RegOpenKeyW(HKEY_LOCAL_MACHINE, locations_keyW, &hkey) == ERROR_SUCCESS) { in tapiGetLocationInfoW()
65 if( !RegOpenKeyW( hkey, szlockey, &hsubkey)) { in tapiGetLocationInfoW()
/reactos/dll/win32/odbccp32/
H A Dodbccp32.c262 if ((ret = RegOpenKeyW(hkey, driver, &hkeydriver)) == ERROR_SUCCESS) in load_config_driver()
316 if((ret = RegOpenKeyW(HKEY_LOCAL_MACHINE, odbcini, &hkey)) == ERROR_SUCCESS) in write_config_value()
318 if((ret = RegOpenKeyW(hkey, driver, &hkeydriver)) == ERROR_SUCCESS) in write_config_value()
601 if (RegOpenKeyW(HKEY_CURRENT_USER, odbcW, &hkey)) in get_privateprofile_sectionkey()
604 ret = RegOpenKeyW(hkey, filename, &hkeyfilename); in get_privateprofile_sectionkey()
609 ret = RegOpenKeyW(hkeyfilename, section, &hkeysection); in get_privateprofile_sectionkey()
1333 if (RegOpenKeyW(HKEY_LOCAL_MACHINE, odbcini, &hkey) == ERROR_SUCCESS) in SQLRemoveDriverW()
1337 if (RegOpenKeyW(hkey, drivername, &hkeydriver) == ERROR_SUCCESS) in SQLRemoveDriverW()
1363 if (RegOpenKeyW(hkey, odbcdrivers, &hkeydriver) == ERROR_SUCCESS) in SQLRemoveDriverW()
1430 if (RegOpenKeyW(HKEY_LOCAL_MACHINE, odbcini, &hkey) == ERROR_SUCCESS) in SQLRemoveTranslatorW()
[all …]
/reactos/dll/win32/winmm/
H A Dplaysound.c153 err = RegOpenKeyW(hUserKey, L"AppEvents\\Schemes\\Apps", &hRegSnd); in get_mmioFromProfile()
175 err = RegOpenKeyW(hRegSnd, ptr + 1, &hRegApp); in get_mmioFromProfile()
183 err = RegOpenKeyW(hRegSnd, L".Default", &hRegApp); in get_mmioFromProfile()
191 err = RegOpenKeyW(hRegApp, in get_mmioFromProfile()
200 err = RegOpenKeyW(hScheme, L".Current", &hSnd); in get_mmioFromProfile()
/reactos/dll/cpl/desk/
H A Dtheme.c229 Result = RegOpenKeyW(HKEY_CURRENT_USER, g_CPMetrics, &hKey); in LoadCurrentScheme()
258 result = RegOpenKeyW(HKEY_CURRENT_USER, strSchemeKey, &hkScheme); in LoadSchemeFromReg()
574 Result = RegOpenKeyW(hkScheme, L"Sizes", &hkSizes); in LoadSchemeSizes()
582 Result = RegOpenKeyW(hkSizes, wstrSizeName, &hkSize); in LoadSchemeSizes()
633 Result = RegOpenKeyW(HKEY_CURRENT_USER, g_CPANewSchemes, &hkNewSchemes); in LoadClassicColorSchemes()
641 Result = RegOpenKeyW(hkNewSchemes, wstrStyleName, &hkScheme); in LoadClassicColorSchemes()
883 Result = RegOpenKeyW(HKEY_CURRENT_USER, g_CPANewSchemes, &hkNewSchemes); in GetActiveClassicTheme()
/reactos/dll/win32/urlmon/
H A Dsession.c91 res = RegOpenKeyW(HKEY_CLASSES_ROOT, wszKey, &hkey); in get_protocol_cf()
286 res = RegOpenKeyW(HKEY_CLASSES_ROOT, filtersW, &hlist); in get_mime_filter()
292 res = RegOpenKeyW(hlist, mime, &hfilter); in get_mime_filter()
510 res = RegOpenKeyW(root, internet_settings_keyW, &hkey); in get_url_encoding()
574 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, post_platform_keyW, &key); in ensure_useragent()
H A Dsec_mgr.c146 res = RegOpenKeyW(HKEY_CURRENT_USER, wszZoneMapProtocolKey, &hkey); in get_zone_from_reg()
158 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, wszZoneMapProtocolKey, &hkey); in get_zone_from_reg()
310 res = RegOpenKeyW(domains, domain, &domain_key); in search_domain_for_zone()
366 res = RegOpenKeyW(domain_key, subdomain, &subdomain_key); in search_domain_for_zone()
498 res = RegOpenKeyW(HKEY_CURRENT_USER, wszZoneMapDomainsKey, &domains); in get_zone_from_domains()
507 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, wszZoneMapDomainsKey, &domains); in get_zone_from_domains()
649 res = RegOpenKeyW(parent_key, key_name, hkey); in open_zone_key()
1296 res = RegOpenKeyW(HKEY_CURRENT_USER, wszZonesKey, &hkey); in build_zonemap_from_reg()
H A Dinternet.c557 res = RegOpenKeyW(feature_control, feature_name, &feature); in get_feature_from_reg()
608 res = RegOpenKeyW(HKEY_CURRENT_USER, feature_control_keyW, &feature_control); in load_process_feature()
621 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, feature_control_keyW, &feature_control); in load_process_feature()
/reactos/dll/cpl/inetcpl/
H A Dconnections.c137 res = RegOpenKeyW(HKEY_CURRENT_USER, internet_settings, &hkey); in connections_on_initdialog()
154 res = RegOpenKeyW(hkey, connections, &con); in connections_on_initdialog()
262 res = RegOpenKeyW(HKEY_CURRENT_USER, internet_settings, &hkey); in connections_on_notify()
/reactos/dll/win32/advapi32/wine/
H A Dcrypt.c399 if (RegOpenKeyW(HKEY_CURRENT_USER, keyname, &key)) in CryptAcquireContextW()
408 if (RegOpenKeyW(HKEY_LOCAL_MACHINE, keyname, &key)) { in CryptAcquireContextW()
450 r = RegOpenKeyW(HKEY_LOCAL_MACHINE, keyname, &key); in CryptAcquireContextW()
1164 if (RegOpenKeyW(HKEY_LOCAL_MACHINE, providerW, &hKey)) in CryptEnumProvidersW()
1208 if (RegOpenKeyW(hKey, pszProvName, &subkey)) in CryptEnumProvidersW()
1313 if (RegOpenKeyW(HKEY_LOCAL_MACHINE, KEYSTR, &hKey)) in CryptEnumProviderTypesW()
1335 RegOpenKeyW(hKey, keyname, &hSubkey); in CryptEnumProviderTypesW()
1531 …if (RegOpenKeyW((dwFlags & CRYPT_USER_DEFAULT) ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE ,keyname,… in CryptGetDefaultProviderW()
2098 if (RegOpenKeyW((dwFlags & CRYPT_USER_DEFAULT) ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE, in CryptSetProviderExW()
2119 if (RegOpenKeyW((dwFlags & CRYPT_USER_DEFAULT) ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE, in CryptSetProviderExW()
/reactos/dll/win32/winmm/midimap/
H A Dmidimap.c167 if (RegOpenKeyW(hSchemesKey, scheme, &hKey)) in MIDIMAP_LoadSettingsScheme()
175 if (RegOpenKeyW(hKey, buffer, &hPortKey)) continue; in MIDIMAP_LoadSettingsScheme()
212 err = RegOpenKeyW(hUserKey, in MIDIMAP_LoadSettings()
/reactos/sdk/tools/mkhive/
H A Dmkhive.h114 RegOpenKeyW(
/reactos/dll/win32/mshtml/
H A Dros_diff.patch25 - res = RegOpenKeyW(HKEY_CURRENT_USER, mshtml_keyW, &hkey);
/reactos/sdk/lib/udmihelp/
H A Dudmihelp.c65 if (RegOpenKeyW(HKEY_LOCAL_MACHINE, in LoadSMBiosData()
/reactos/base/shell/explorer/
H A Dshellservice.cpp65 if (RegOpenKeyW(HKEY_LOCAL_MACHINE, in InitShellServices()
H A Dexplorer.cpp153 if (RegOpenKeyW(HKEY_CURRENT_USER, in StartWithDesktop()
/reactos/win32ss/printing/monitors/localmon/
H A Dxcv.c44 …res = RegOpenKeyW(HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Ports", &… in _HandleAddPort()
201 …res = RegOpenKeyW(HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Ports", &… in _HandleDeletePort()
H A Dports.c1088 …dwErrorCode = RegOpenKeyW( HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\… in LocalmonAddPortEx()
1147 …res = RegOpenKeyW(HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Ports", &… in LocalmonAddPort()
1206 …res = RegOpenKeyW(HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Ports", &… in LocalmonDeletePort()
/reactos/dll/win32/shell32/wine/
H A Dshellreg.c61 return RegOpenKeyW( hkey, lpszSubKey, retkey ); in SHRegOpenKeyW()
/reactos/dll/cpl/intl/
H A Dadvanced.c363 …ret = RegOpenKeyW(HKEY_LOCAL_MACHINE, L"SYSTEM\\CurrentControlSet\\Control\\NLS\\CodePage", &langK… in SaveSystemSettings()
380 …ret = RegOpenKeyW(HKEY_LOCAL_MACHINE, L"SYSTEM\\CurrentControlSet\\Control\\NLS\\Language", &langK… in SaveSystemSettings()
/reactos/modules/rostests/apitests/advapi32/
H A DCreateService.c45 ret = RegOpenKeyW(HKEY_LOCAL_MACHINE, keyName, &hKey); in MakeService()
/reactos/base/applications/regedit/
H A Dsettings.c53 if (RegOpenKeyW(HKEY_CURRENT_USER, g_szGeneralRegKey, &hKey) == ERROR_SUCCESS) in LoadSettings()
/reactos/modules/rostests/winetests/setupapi/
H A Ddevinst.c796 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key); in test_device_key()
802 ok(!RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key), "Key should exist.\n"); in test_device_key()
844 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, classKey, &key); in test_device_key()
856 ok(!RegOpenKeyW(HKEY_LOCAL_MACHINE, classKey, &key), "Key should exist.\n"); in test_device_key()
896 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key); in test_register_device_iface()
1133 res = RegOpenKeyW(HKEY_LOCAL_MACHINE, bogus, &key); in test_registry_property_w()
/reactos/dll/win32/msi/
H A Dsource.c96 rc = RegOpenKeyW(rootkey, L"SourceList", key); in OpenSourceKey()
112 rc = RegOpenKeyW(rootkey, L"Media", key); in OpenMediaSubkey()
124 rc = RegOpenKeyW(rootkey, L"Net", key); in OpenNetworkSubkey()
136 rc = RegOpenKeyW(rootkey, L"URL", key); in OpenURLSubkey()
/reactos/dll/win32/avicap32/
H A Davicap32.c180 if (RegOpenKeyW(hKey, szDriver, &hSubKey) == ERROR_SUCCESS) in capGetDriverDescriptionW()
/reactos/dll/win32/mmdevapi/
H A Dmain.c118 if(RegOpenKeyW(HKEY_CURRENT_USER, drv_keyW, &key) == ERROR_SUCCESS){ in init_driver()

1234