Changeset 27515 in vbox for trunk/include/iprt
- Timestamp:
- Mar 19, 2010 2:21:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r27451 r27515 164 164 * @param pszAsUser User to run the process as. Pass NULL to use the same 165 165 * user as the current process. 166 * Windows: Use user@domain format to specify a domain. 166 167 * @param pszPassword Password for user account to run the process as. 167 168 * Pass NULL to use the same user as the current process. 168 169 * @param phProcess Where to store the process handle on successful return. 169 170 * The content is not changed on failure. NULL is allowed. 171 * 172 * @remarks The handles does not have to be created as inheritable, but it 173 * doesn't hurt if they are as it may avoid race conditions on some 174 * platforms. 170 175 * 171 176 * @remarks The as-user feature isn't supported/implemented on all platforms and
Note:
See TracChangeset
for help on using the changeset viewer.