VirtualBox

Changeset 29290 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 10, 2010 9:39:21 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61376
Message:

VBoxService/Control: Make use of RTPROC_FLAGS_SERVICE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp

    r29146 r29290  
    831831                            {
    832832                                RTPROCESS hProcess;
    833                                 rc = RTProcCreateEx(pData->pszCmd, pData->papszArgs, hEnv, pData->uFlags,
     833                                rc = RTProcCreateEx(pData->pszCmd, pData->papszArgs, hEnv, RTPROC_FLAGS_SERVICE,
    834834                                                    phStdIn, phStdOut, phStdErr,
    835835                                                    strlen(pData->pszUser) ? pData->pszUser : NULL,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette