Searched refs:get_root_key (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/tools/mkhive/ |
H A D | reginf.c | 75 get_root_key(PWCHAR Name) in get_root_key() function 418 if (!get_root_key(Buffer)) in registry_callback()
|
/reactos/dll/win32/wshom.ocx/ |
H A D | shell.c | 1441 static HKEY get_root_key(const WCHAR *path) in get_root_key() function 1513 root = get_root_key(name); in WshShell3_RegRead() 1658 root = get_root_key(name); in WshShell3_RegWrite()
|
/reactos/dll/win32/setupapi/ |
H A D | install.c | 201 static HKEY get_root_key( const WCHAR *name, HKEY def_root ) in get_root_key() function 475 if (!(root_key = get_root_key( buffer, info->default_root ))) in registry_callback()
|
/reactos/dll/win32/msi/ |
H A D | action.c | 2442 static const WCHAR *get_root_key( MSIPACKAGE *package, INT root, HKEY *root_key ) in get_root_key() function 2731 szRoot = get_root_key( package, root, &root_key ); in ITERATE_WriteRegistryValues() 2943 root_key_str = get_root_key( package, root, &hkey_root ); in ITERATE_RemoveRegistryValuesOnUninstall() 3006 root_key_str = get_root_key( package, root, &hkey_root ); in ITERATE_RemoveRegistryValuesOnInstall()
|