VirtualBox

Changeset 27451 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 17, 2010 3:06:44 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58933
Message:

IPRT/process-win: Update on RTProcCreateEx() + testcase.

File:
1 edited

Legend:

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

    r26802 r27451  
    164164 * @param   pszAsUser   User to run the process as.  Pass NULL to use the same
    165165 *                      user as the current process.
     166 * @param   pszPassword Password for user account to run the process as.
     167 *                      Pass NULL to use the same user as the current process.
    166168 * @param   phProcess   Where to store the process handle on successful return.
    167169 *                      The content is not changed on failure.  NULL is allowed.
     
    172174RTR3DECL(int)   RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,
    173175                               PCRTHANDLE phStdIn, PCRTHANDLE phStdOut, PCRTHANDLE phStdErr, const char *pszAsUser,
    174                                PRTPROCESS phProcess);
     176                               const char *pszPassword, PRTPROCESS phProcess);
    175177
    176178/** @name RTProcCreate and RTProcCreateEx flags
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