Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A DCOpenWithMenu.cpp113 HKEY hKey, hKeyApp; in Load() local
134 if (RegOpenKeyW(hKey, wszName, &hKeyApp) == ERROR_SUCCESS) in Load()
136 … if ((RegQueryValueExW(hKeyApp, L"NoOpenWith", NULL, NULL, NULL, NULL) != ERROR_SUCCESS) && in Load()
137 … (RegQueryValueExW(hKeyApp, L"NoStartPage", NULL, NULL, NULL, NULL) != ERROR_SUCCESS)) in Load()
155 RegCloseKey(hKeyApp); in Load()