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

/vbox/src/VBox/Additions/WINNT/Installer/Loader/
H A DVBoxWindowsAdditions.cpp50 static void WaitForProcess2(HANDLE hProcess, int *piExitCode) argument
81 *piExitCode = (int)dwExitCode;
85 *piExitCode = 16;
89 static void WaitForProcess(HANDLE hProcess, int *piExitCode) argument
99 *piExitCode = (int)dwExitCode;
103 *piExitCode = 16;
109 *piExitCode = 16;

Completed in 43 milliseconds