Searched defs:SetErrBreak (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp1361 #define SetErrBreak(strAndArgs) \ macro
1388 SetErrBreak((L"VBox HostInterfaces: Host interface network was not found in registry (%s)! [1]", wszRegLocation));
1392 SetErrBreak((L"VBox HostInterfaces: Host interface network was not found in registry (%s)! [2]", wszRegLocation));
1399 SetErrBreak((L"VBox HostInterfaces: Host interface network was not found in registry (%s)! [3]", wszRegLocation));
1435 SetErrBreak(L"VBox HostInterfaces: Uninstallation failed!");
1538 SetErrBreak(L"VBox HostInterfaces: Uninstallation failed!");
1545 SetErrBreak(L"VBox HostInterfaces: Uninstallation failed!");
1549 SetErrBreak(L"VBox HostInterfaces: Host interface network device not found!");
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2411 #define SetErrBreak(strAndArgs) \ macro
2438 SetErrBreak(("Failed to create a Guid string"));
2449 SetErrBreak (("Host interface network is not found in registry (%S) [1]",
2455 SetErrBreak (("Host interface network is not found in registry (%S) [2]",
2463 SetErrBreak (("Host interface network is not found in registry (%S) [3]",
2503 SetErrBreak (("SetupDiGetClassDevs failed (0x%08X)", GetLastError()));
2596 SetErrBreak (("Host Interface Network driver not found (0x%08X)",
2601 SetErrBreak (("SetupDiSetSelectedDevice failed (0x%08X)",
2606 SetErrBreak (("SetupDiCallClassInstaller (DIF_REMOVE) failed (0x%08X)",
2670 SetErrBreak (("SetupDiCreateDeviceInfoLis
3056 #undef SetErrBreak macro
[all...]

Completed in 54 milliseconds