Changeset 27451 in vbox for trunk/include/iprt
- Timestamp:
- Mar 17, 2010 3:06:44 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58933
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r26802 r27451 164 164 * @param pszAsUser User to run the process as. Pass NULL to use the same 165 165 * 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. 166 168 * @param phProcess Where to store the process handle on successful return. 167 169 * The content is not changed on failure. NULL is allowed. … … 172 174 RTR3DECL(int) RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags, 173 175 PCRTHANDLE phStdIn, PCRTHANDLE phStdOut, PCRTHANDLE phStdErr, const char *pszAsUser, 174 PRTPROCESS phProcess);176 const char *pszPassword, PRTPROCESS phProcess); 175 177 176 178 /** @name RTProcCreate and RTProcCreateEx flags
Note:
See TracChangeset
for help on using the changeset viewer.