Searched refs:SETUPDI_OpenDevKey (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/setupapi/ |
H A D | setupapi_private.h | 320 HKEY SETUPDI_OpenDevKey(HKEY RootKey, struct DeviceInfo *devInfo, REGSAM samDesired);
|
H A D | devinst.c | 3273 hKey = SETUPDI_OpenDevKey(set->HKLM, devInfo, KEY_QUERY_VALUE); in SetupDiGetDeviceRegistryPropertyW() 3398 hKey = SETUPDI_OpenDevKey(set->HKLM, deviceInfo, KEY_SET_VALUE); in IntSetupDiSetDeviceRegistryPropertyAW() 5616 …hKey = SETUPDI_OpenDevKey(((struct DeviceInfoSet *)DeviceInfoSet)->HKLM, (struct DeviceInfo *)Devi… in SetupDiInstallDevice() 5704 hDeviceKey = SETUPDI_OpenDevKey(RootKey, devInfo, KEY_QUERY_VALUE | KEY_SET_VALUE); in SETUPDI_CreateDrvKey() 5841 HKEY SETUPDI_OpenDevKey(HKEY RootKey, struct DeviceInfo *devInfo, REGSAM samDesired) in SETUPDI_OpenDevKey() function 5867 hKey = SETUPDI_OpenDevKey(RootKey, devInfo, KEY_QUERY_VALUE); in SETUPDI_OpenDrvKey() 5993 key = SETUPDI_OpenDevKey(RootKey, devInfo, samDesired); in SetupDiOpenDevRegKey()
|