Changeset 27676 in vbox
- Timestamp:
- Mar 24, 2010 4:18:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r27515 r27676 165 165 * user as the current process. 166 166 * Windows: Use user@domain format to specify a domain. 167 * @param pszPassword Password for user account to run the process as. 168 * Pass NULL to use the same user as the current process. 167 * @param pszPassword Password to use to authenticate @a pszAsUser. Must be 168 * NULL wif pszAsUser is NULL. Whether this is actually 169 * used or not depends on the platform. 169 170 * @param phProcess Where to store the process handle on successful return. 170 171 * The content is not changed on failure. NULL is allowed.
Note:
See TracChangeset
for help on using the changeset viewer.