Home
last modified time | relevance | path

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

/reactos/dll/win32/batt/
H A Dbatt.c97 SPDRP_HARDWAREID, in InstallCompositeBattery()
/reactos/dll/cpl/mmsys/
H A Dmmsys.c398 …if (!SetupDiSetDeviceRegistryPropertyW(DeviceInfoSet, &DeviceInfoData, SPDRP_HARDWAREID, (LPBYTE)H… in InstallSoftwareBusPnpEnumerator()
/reactos/modules/rostests/winetests/setupapi/
H A Ddevinst.c1023 ret = SetupDiGetDeviceRegistryPropertyA(set, &device, SPDRP_HARDWAREID, NULL, NULL, 0, &size); in test_registry_property_a()
1127 ret = SetupDiGetDeviceRegistryPropertyW(set, &device, SPDRP_HARDWAREID, NULL, NULL, 0, &size); in test_registry_property_w()
/reactos/dll/win32/newdev/
H A Dnewdev.c96 SPDRP_HARDWAREID, in UpdateDriverForPlugAndPlayDevicesW()
/reactos/dll/win32/setupapi/
H A Ddriver.c495 SPDRP_HARDWAREID, in GetHardwareAndCompatibleIDsLists()
/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp1752 SPDRP_HARDWAREID); in DisplayDeviceProperties()
/reactos/sdk/include/psdk/
H A Dsetupapi.h508 #define SPDRP_HARDWAREID 1 macro