VirtualBox

Changeset 27515 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 19, 2010 2:21:19 AM (15 years ago)
Author:
vboxsync
Message:

RTProcCreateEx doc update.

File:
1 edited

Legend:

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

    r27451 r27515  
    164164 * @param   pszAsUser   User to run the process as.  Pass NULL to use the same
    165165 *                      user as the current process.
     166 *                      Windows: Use user@domain format to specify a domain.
    166167 * @param   pszPassword Password for user account to run the process as.
    167168 *                      Pass NULL to use the same user as the current process.
    168169 * @param   phProcess   Where to store the process handle on successful return.
    169170 *                      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.
    170175 *
    171176 * @remarks The as-user feature isn't supported/implemented on all platforms and
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette