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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp980 logStringW(hModule, L"CreateHostOnlyInterface: Creating host-only interface");
994 logStringW(hModule, L"CreateHostOnlyInterface: NetAdpDir property = %s", wszMpInf);
1005 logStringW(hModule, L"CreateHostOnlyInterface: Resulting INF path = %s", pwszInfPath);
1008 logStringW(hModule, L"CreateHostOnlyInterface: VBox installation path is empty");
1011 logStringW(hModule, L"CreateHostOnlyInterface: Unable to retrieve VBox installation path, error = 0x%x", uErr);
1016 logStringW(hModule, L"CreateHostOnlyInterface: Calling VBoxDrvCfgInfInstall(%s)", pwszInfPath);
1018 logStringW(hModule, L"CreateHostOnlyInterface: VBoxDrvCfgInfInstall returns 0x%x", hr);
1020 logStringW(hModule, L"CreateHostOnlyInterface: Failed to install INF file, error = 0x%x", hr);
1040 //in fail case call CreateHostOnlyInterface
1043 logStringW(hModule, L"CreateHostOnlyInterface
1078 UINT __stdcall CreateHostOnlyInterface(MSIHANDLE hModule) function
[all...]

Completed in 46 milliseconds