Changeset 47093 in vbox for trunk/src/VBox
- Timestamp:
- Jul 11, 2013 2:09:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp
r44529 r47093 81 81 hStdOutAndErr.enmType = RTHANDLETYPE_FILE; 82 82 83 rc = RTProcCreateEx(szExecPath, papszNewArgs, RTENV_DEFAULT, RTPROC_FLAGS_DETACHED, 83 rc = RTProcCreateEx(szExecPath, papszNewArgs, RTENV_DEFAULT, 84 RTPROC_FLAGS_DETACHED | RTPROC_FLAGS_SAME_CONTRACT, 84 85 &hStdIn, &hStdOutAndErr, &hStdOutAndErr, 85 86 NULL /*pszAsUser*/, NULL /*pszPassword*/, NULL /*phProcess*/);
Note:
See TracChangeset
for help on using the changeset viewer.