Changeset 29290 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 10, 2010 9:39:21 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r29146 r29290 831 831 { 832 832 RTPROCESS hProcess; 833 rc = RTProcCreateEx(pData->pszCmd, pData->papszArgs, hEnv, pData->uFlags,833 rc = RTProcCreateEx(pData->pszCmd, pData->papszArgs, hEnv, RTPROC_FLAGS_SERVICE, 834 834 phStdIn, phStdOut, phStdErr, 835 835 strlen(pData->pszUser) ? pData->pszUser : NULL,
Note:
See TracChangeset
for help on using the changeset viewer.