Searched refs:pwszInfPath (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Installer/win/InstallHelper/ |
H A D | VBoxInstallHelper.cpp | 987 LPCWSTR pwszInfPath = NULL; local 1002 pwszInfPath = wszMpInf; 1005 logStringW(hModule, L"CreateHostOnlyInterface: Resulting INF path = %s", pwszInfPath); 1014 if (pwszInfPath != NULL && bIsFile) 1016 logStringW(hModule, L"CreateHostOnlyInterface: Calling VBoxDrvCfgInfInstall(%s)", pwszInfPath); 1017 hr = VBoxDrvCfgInfInstall(pwszInfPath); 1027 hr = VBoxNetCfgWinUpdateHostOnlyNetworkInterface(pwszInfPath, &fRebootRequired, pwszId); 1044 hr = VBoxNetCfgWinCreateHostOnlyNetworkInterface(pwszInfPath, bIsFile, &guid, NULL, NULL); 1172 LPCWSTR pwszInfPath = NULL; local 1187 pwszInfPath [all...] |
Completed in 44 milliseconds