Searched refs:parent_key (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/atl/ |
H A D | statreg.h | 486 HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register) in do_process_key() argument 539 hkey = parent_key; in do_process_key() 546 RegDeleteTreeX(parent_key, buf->str); in do_process_key() 551 RegDeleteTreeX(parent_key, buf->str); in do_process_key() 552 lres = RegCreateKeyW(parent_key, buf->str, &hkey); in do_process_key() 565 lres = RegOpenKeyW(parent_key, buf->str, &hkey); in do_process_key() 672 RegDeleteKeyW(parent_key, name.str); in do_process_key()
|
/reactos/dll/win32/atl/ |
H A D | registrar.c | 184 static HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register) in do_process_key() argument 231 hkey = parent_key; in do_process_key() 235 RegDeleteTreeW(parent_key, buf->str); in do_process_key() 238 RegDeleteTreeW(parent_key, buf->str); in do_process_key() 239 lres = RegCreateKeyW(parent_key, buf->str, &hkey); in do_process_key() 248 lres = RegOpenKeyW(parent_key, buf->str, &hkey); in do_process_key() 358 RegDeleteKeyW(parent_key, name.str); in do_process_key()
|
/reactos/dll/win32/urlmon/ |
H A D | sec_mgr.c | 640 static HRESULT open_zone_key(HKEY parent_key, DWORD zone, HKEY *hkey) in open_zone_key() argument 649 res = RegOpenKeyW(parent_key, key_name, hkey); in open_zone_key() 661 HKEY parent_key; in get_action_policy() local 676 parent_key = HKEY_CURRENT_USER; in get_action_policy() 679 parent_key = HKEY_LOCAL_MACHINE; in get_action_policy() 686 hres = open_zone_key(parent_key, zone, &hkey); in get_action_policy()
|