Home
last modified time | relevance | path

Searched refs:install_root (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/mscoree/
H A Dmetahost.c372 const WCHAR install_root[] = {'I','n','s','t','a','l','l','R','o','o','t',0}; in get_install_root() local
381 if (RegQueryValueExW(key, install_root, 0, NULL, (LPBYTE)install_dir, &len)) in get_install_root()
610 static const WCHAR install_root[] = {'S','d','k','I','n','s','t','a','l','l','R','o','o','t',0}; in get_mono_path_from_registry() local
637 if (RegQueryValueExW(key, install_root, 0, NULL, (LPBYTE)path, &len)) in get_mono_path_from_registry()
H A Dmscoree_main.c48 const WCHAR install_root[] = {'I','n','s','t','a','l','l','R','o','o','t',0}; in get_install_root() local
57 if (RegQueryValueExW(key, install_root, 0, NULL, (LPBYTE)install_dir, &len)) in get_install_root()