Searched defs:DeviceInfoData (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp417 SP_DEVINFO_DATA DeviceInfoData; local
427 DeviceInfoData.cbSize = sizeof(SP_DEVINFO_DATA);
428 for (u32Idx = 0; SetupDiEnumDeviceInfo(hDevInfo, u32Idx, &DeviceInfoData); u32Idx++)
434 while (!SetupDiGetDeviceRegistryProperty(hDevInfo, &DeviceInfoData, SPDRP_FRIENDLYNAME,
458 u32ParportAddr = drvHostWinFindIORangeResource(DeviceInfoData.DevInst);
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp1420 SP_DEVINFO_DATA DeviceInfoData; local
1425 DeviceInfoData.cbSize = sizeof(SP_DEVINFO_DATA);
1445 fResult = SetupDiEnumDeviceInfo(hDeviceInfo, index, &DeviceInfoData);
1459 &DeviceInfoData,
1477 &DeviceInfoData,
1507 if (CM_Get_Device_IDW(DeviceInfoData.DevInst,
1534 fResult = SetupDiSetSelectedDevice(hDeviceInfo, &DeviceInfoData);
1541 fResult = SetupDiCallClassInstaller(DIF_REMOVE, hDeviceInfo, &DeviceInfoData);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2488 SP_DEVINFO_DATA DeviceInfoData; local
2494 DeviceInfoData.cbSize = sizeof (SP_DEVINFO_DATA);
2510 ok = SetupDiEnumDeviceInfo (hDeviceInfo, index, &DeviceInfoData);
2525 &DeviceInfoData,
2541 &DeviceInfoData,
2570 if (CM_Get_Device_ID(DeviceInfoData.DevInst,
2599 ok = SetupDiSetSelectedDevice (hDeviceInfo, &DeviceInfoData);
2604 ok = SetupDiCallClassInstaller (DIF_REMOVE, hDeviceInfo, &DeviceInfoData);
2634 SP_DEVINFO_DATA DeviceInfoData; local
2661 DeviceInfoData
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h688 PSP_DEVINFO_DATA DeviceInfoData; member in struct:_SP_PROPSHEETPAGE_REQUEST
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h687 PSP_DEVINFO_DATA DeviceInfoData; member in struct:_SP_PROPSHEETPAGE_REQUEST

Completed in 87 milliseconds