Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Dinstall.c1795 HKEY hGroupOrderListKey = NULL; in InstallOneService() local
1947 &hGroupOrderListKey); in InstallOneService()
1953 … rc = RegQueryValueExW(hGroupOrderListKey, lpLoadOrderGroup, NULL, &dwRegType, NULL, &bufferSize); in InstallOneService()
1977 hGroupOrderListKey, in InstallOneService()
2002 hGroupOrderListKey, in InstallOneService()
2059 if (hGroupOrderListKey != NULL) in InstallOneService()
2060 RegCloseKey(hGroupOrderListKey); in InstallOneService()