Searched refs:hServicesKey (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/cpl/desk/ |
H A D | classinst.c | 31 HKEY hServicesKey = NULL; in DisplayClassInstaller() local 174 0, KEY_ENUMERATE_SUB_KEYS, &hServicesKey); in DisplayClassInstaller() 181 hServicesKey, ServiceName, in DisplayClassInstaller() 265 if (hServicesKey != NULL) in DisplayClassInstaller() 266 RegCloseKey(hServicesKey); in DisplayClassInstaller()
|
/reactos/base/setup/usetup/ |
H A D | devinst.c | 21 static HANDLE hServicesKey = NULL; variable 397 InstallDevice(hSetupInf, hEnumKey, hServicesKey, Params->DeviceIds); in DeviceInstallThread() 613 …Status = NtCreateKey(&hServicesKey, KEY_ALL_ACCESS, &ObjectAttributes, 0, NULL, REG_OPTION_NON_VOL… in InitializeUserModePnpManager() 666 if (hServicesKey) in InitializeUserModePnpManager() 667 NtClose(hServicesKey); in InitializeUserModePnpManager() 668 hServicesKey = NULL; in InitializeUserModePnpManager() 714 if (hServicesKey) in TerminateUserModePnpManager() 715 NtClose(hServicesKey); in TerminateUserModePnpManager() 716 hServicesKey = NULL; in TerminateUserModePnpManager()
|
/reactos/base/system/services/ |
H A D | config.c | 46 HKEY hServicesKey = NULL; in ScmOpenServiceKey() local 55 &hServicesKey); in ScmOpenServiceKey() 59 dwError = RegOpenKeyExW(hServicesKey, in ScmOpenServiceKey() 65 RegCloseKey(hServicesKey); in ScmOpenServiceKey() 76 HKEY hServicesKey = NULL; in ScmCreateServiceKey() local 86 &hServicesKey); in ScmCreateServiceKey() 90 dwError = RegCreateKeyExW(hServicesKey, in ScmCreateServiceKey() 109 RegCloseKey(hServicesKey); in ScmCreateServiceKey()
|
H A D | database.c | 856 Int_EnumDependentServicesW(HKEY hServicesKey, 868 HKEY hServicesKey; in ScmDeleteService() local 877 &hServicesKey); in ScmDeleteService() 885 Int_EnumDependentServicesW(hServicesKey, in ScmDeleteService() 896 RegCloseKey(hServicesKey); in ScmDeleteService() 906 RegCloseKey(hServicesKey); in ScmDeleteService() 1124 HKEY hServicesKey; in ScmDeleteMarkedServices() local 1144 RegCloseKey(hServicesKey); in ScmDeleteMarkedServices() 1190 HKEY hServicesKey; in ScmCreateServiceDatabase() local 1218 &hServicesKey); in ScmCreateServiceDatabase() [all …]
|
H A D | rpcserver.c | 782 Int_EnumDependentServicesW(HKEY hServicesKey, in Int_EnumDependentServicesW() argument 804 dwError = RegQueryInfoKeyW(hServicesKey, in Int_EnumDependentServicesW() 826 dwError = RegEnumKeyExW(hServicesKey, in Int_EnumDependentServicesW() 838 dwError = RegOpenKeyExW(hServicesKey, in Int_EnumDependentServicesW() 1018 HKEY hServicesKey = NULL; in RControlService() local 1107 RegCloseKey(hServicesKey); in RControlService() 2733 HKEY hServicesKey = NULL; in REnumDependentServicesW() local 2768 &hServicesKey); in REnumDependentServicesW() 2846 RegCloseKey(hServicesKey); in REnumDependentServicesW() 3771 HKEY hServicesKey = NULL; in REnumDependentServicesA() local [all …]
|
/reactos/base/services/umpnpmgr/ |
H A D | rpcserver.c | 1046 HKEY hServicesKey = NULL, hServiceKey = NULL, hEnumKey = NULL; in GetServiceInstanceList() local 1057 &hServicesKey); in GetServiceInstanceList() 1064 dwError = RegOpenKeyExW(hServicesKey, in GetServiceInstanceList() 1144 if (hServicesKey != NULL) in GetServiceInstanceList() 1145 RegCloseKey(hServicesKey); in GetServiceInstanceList() 1477 HKEY hServicesKey = NULL, hServiceKey = NULL, hEnumKey = NULL; in GetServiceInstanceListSize() local 1487 &hServicesKey); in GetServiceInstanceListSize() 1494 dwError = RegOpenKeyExW(hServicesKey, in GetServiceInstanceListSize() 1563 if (hServicesKey != NULL) in GetServiceInstanceListSize() 1564 RegCloseKey(hServicesKey); in GetServiceInstanceListSize()
|
/reactos/dll/win32/setupapi/ |
H A D | install.c | 1791 HKEY hServicesKey, hServiceKey; in InstallOneService() local 2021 &hServicesKey); in InstallOneService() 2028 hServicesKey, in InstallOneService() 2033 RegCloseKey(hServicesKey); in InstallOneService()
|