Home
last modified time | relevance | path

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

/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp90 if (dap->CurrentDeviceInfoSet != INVALID_HANDLE_VALUE) in UpdateDriverDetailsDlg()
92 DeviceInfoSet = dap->CurrentDeviceInfoSet; in UpdateDriverDetailsDlg()
607 DeviceInfoSet = dap->CurrentDeviceInfoSet; in UpdateDriverDlg()
882 DeviceInfoSet = dap->CurrentDeviceInfoSet; in DisplayDevicePropertyText()
1185 DeviceInfoSet = dap->CurrentDeviceInfoSet; in DisplayMatchingDeviceId()
1236 DeviceInfoSet = dap->CurrentDeviceInfoSet; in DisplayClassCoinstallers()
1324 DeviceInfoSet = dap->CurrentDeviceInfoSet; in DisplayDeviceCoinstallers()
1403 DeviceInfoSet = dap->CurrentDeviceInfoSet; in DisplayClassProperties()
1542 DeviceInfoSet = dap->CurrentDeviceInfoSet; in DisplayCurrentPowerState()
1603 DeviceInfoSet = dap->CurrentDeviceInfoSet; in DisplayPowerCapabilities()
[all …]
H A Dproperties.h21 HDEVINFO CurrentDeviceInfoSet; member