Home
last modified time | relevance | path

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

/reactos/base/services/umpnpmgr/
H A Drpcserver.c4037 HKEY hKeyConfig = NULL; in PNP_GetHwProfInfo() local
4074 &hKeyConfig, in PNP_GetHwProfInfo()
4083 lError = RegCreateKeyExW(hKeyConfig, in PNP_GetHwProfInfo()
4101 lError = RegQueryValueExW(hKeyConfig, in PNP_GetHwProfInfo()
4154 if (hKeyConfig != NULL) in PNP_GetHwProfInfo()
4155 RegCloseKey(hKeyConfig); in PNP_GetHwProfInfo()