Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshlexec.cpp1612 HKEY hkey, hkeycm = 0; in ShellExecute_FromContextMenuHandlers() local
1625 r = RegOpenKeyW(hkey, L"shellex\\ContextMenuHandlers", &hkeycm); in ShellExecute_FromContextMenuHandlers()
1631 r = RegEnumKeyW(hkeycm, i++, szguid, ARRAY_SIZE(szguid)); in ShellExecute_FromContextMenuHandlers()
1644 RegCloseKey(hkeycm); in ShellExecute_FromContextMenuHandlers()