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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp238 DWORD dwRetExec = Exec(hModule, wszExec, wszCmdLine, NULL, &dwExitCode); local
239 if ( (ERROR_SUCCESS == dwRetExec)
269 DWORD dwRetExec = Exec(hModule, wszExec, wszCmdLine, wszPath, &dwExitCode); local
270 if ( (ERROR_SUCCESS == dwRetExec)
279 if (dwRetExec)
280 logStringW(hModule, L"InstallPythonAPI: Error while executing installation of VBox API: %ld", dwRetExec);

Completed in 46 milliseconds