Searched refs:hEnumKey (Results 1 – 9 of 9) sorted by relevance
/reactos/base/setup/usetup/ |
H A D | devinst.c | 20 static HANDLE hEnumKey = NULL; variable 397 InstallDevice(hSetupInf, hEnumKey, hServicesKey, Params->DeviceIds); in DeviceInstallThread() 605 Status = NtOpenKey(&hEnumKey, KEY_QUERY_VALUE, &ObjectAttributes); in InitializeUserModePnpManager() 670 if (hEnumKey) in InitializeUserModePnpManager() 671 NtClose(hEnumKey); in InitializeUserModePnpManager() 672 hEnumKey = NULL; in InitializeUserModePnpManager() 718 if (hEnumKey) in TerminateUserModePnpManager() 719 NtClose(hEnumKey); in TerminateUserModePnpManager() 720 hEnumKey = NULL; in TerminateUserModePnpManager()
|
/reactos/base/services/umpnpmgr/ |
H A D | rpcserver.c | 787 if (RegOpenKeyExW(hEnumKey, in PNP_ValidateDeviceInstance() 951 hKey = hEnumKey; in PNP_EnumerateSubKeys() 1138 if (hEnumKey != NULL) in GetServiceInstanceList() 1139 RegCloseKey(hEnumKey); in GetServiceInstanceList() 1172 dwError = RegOpenKeyExW(hEnumKey, in GetDeviceInstanceList() 1243 dwError = RegOpenKeyExW(hEnumKey, in GetEnumeratorInstanceList() 1557 if (hEnumKey != NULL) in GetServiceInstanceListSize() 1558 RegCloseKey(hEnumKey); in GetServiceInstanceListSize() 1581 dwError = RegOpenKeyExW(hEnumKey, in GetDeviceInstanceListSize() 2222 if (RegOpenKeyExW(hEnumKey, in PNP_SetDeviceRegProp() [all …]
|
H A D | umpnpmgr.c | 44 HKEY hEnumKey = NULL; variable 324 &hEnumKey); in InitializePnPManager()
|
H A D | precomp.h | 88 extern HKEY hEnumKey;
|
H A D | install.c | 81 if (RegOpenKeyExW(hEnumKey, in InstallDevice()
|
/reactos/dll/win32/msports/ |
H A D | classinst.c | 33 HKEY hEnumKey = NULL; in GetBootResourceList() local 59 &hEnumKey); in GetBootResourceList() 66 lError = RegOpenKeyExW(hEnumKey, in GetBootResourceList() 132 if (hEnumKey) in GetBootResourceList() 133 RegCloseKey(hEnumKey); in GetBootResourceList()
|
/reactos/dll/win32/setupapi/ |
H A D | interface.c | 79 HKEY hEnumKey; /* HKLM\SYSTEM\CurrentControlSet\Enum */ in SETUP_CreateInterfaceList() local 159 &hEnumKey); in SETUP_CreateInterfaceList() 163 hEnumKey, in SETUP_CreateInterfaceList() 168 RegCloseKey(hEnumKey); in SETUP_CreateInterfaceList()
|
H A D | devinst.c | 4782 HKEY hEnumKey, hKey = NULL; in SetupDiOpenDeviceInfoW() local 4839 &hEnumKey); in SetupDiOpenDeviceInfoW() 4846 hEnumKey, in SetupDiOpenDeviceInfoW() 4851 RegCloseKey(hEnumKey); in SetupDiOpenDeviceInfoW() 5698 HKEY hEnumKey = NULL; in SETUPDI_CreateDrvKey() local 5828 if (hEnumKey != NULL) in SETUPDI_CreateDrvKey() 5863 HKEY hEnumKey = NULL; in SETUPDI_OpenDrvKey() local 5902 &hEnumKey); in SETUPDI_OpenDrvKey() 5909 hEnumKey, in SETUPDI_OpenDrvKey() 5922 if (hEnumKey != NULL) in SETUPDI_OpenDrvKey() [all …]
|
/reactos/dll/win32/netcfgx/ |
H A D | propertypage.c | 292 HKEY hEnumKey = NULL; in GetEnumOptions() local 303 &hEnumKey); in GetEnumOptions() 307 dwError = RegQueryInfoKeyW(hEnumKey, in GetEnumOptions() 356 dwError = RegEnumValueW(hEnumKey, in GetEnumOptions() 394 if (hEnumKey != NULL) in GetEnumOptions() 395 RegCloseKey(hEnumKey); in GetEnumOptions()
|