Lines Matching refs:pwszInfPath
987 LPCWSTR pwszInfPath = NULL;
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;
1187 pwszInfPath = wszMpInf;
1190 logStringW(hModule, L"UpdateHostOnlyInterfaces: Resulting INF path = %s", pwszInfPath);
1192 DWORD attrFile = GetFileAttributesW(pwszInfPath);
1197 pwszInfPath, dwErr);
1202 pwszInfPath);
1205 HRESULT hr = VBoxNetCfgWinUpdateHostOnlyNetworkInterface(pwszInfPath, &fRebootRequired, pwszId);