VirtualBox

Changeset 26802 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 25, 2010 4:25:41 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58070
Message:

Implemented RTProcCreateEx for posix. The new features hasn't been tested yet (no testcase).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/process.h

    r26733 r26802  
    151151 * @param   fFlags      Flags, one of the RTPROC_FLAGS_* defines.
    152152 * @param   phStdIn     The standard in handle to assign the new process. Pass
    153  *                      NULL to use the same as the current process.
     153 *                      NULL to use the same as the current process.  If the
     154 *                      handle is NIL, we'll close the standard input of the
     155 *                      guest.
    154156 * @param   phStdOut    The standard out handle to assign the new process.  Pass
    155  *                      NULL to use the same as the current process.
     157 *                      NULL to use the same as the current process.  If the
     158 *                      handle is NIL, we'll close the standard output of the
     159 *                      guest.
    156160 * @param   phStdErr    The standard error handle to assign the new process.  Pass
    157  *                      NULL to use the same as the current process.
     161 *                      NULL to use the same as the current process.  If the
     162 *                      handle is NIL, we'll close the standard error of the
     163 *                      guest.
    158164 * @param   pszAsUser   User to run the process as.  Pass NULL to use the same
    159165 *                      user as the current process.
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