VirtualBox

Changeset 34708 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 3, 2010 5:30:45 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68510
Message:

IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.

File:
1 edited

Legend:

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

    r33806 r34708  
    186186 * be possible to wait for it, i.e. @a phProcess shall be NULL. */
    187187#define RTPROC_FLAGS_DETACHED               RT_BIT(0)
    188 
     188/** Don't show the started process according to the specific
     189 *  OS guidelines. */
     190#define RTPROC_FLAGS_HIDDEN                 RT_BIT(1)
    189191/** Use special code path for starting child processes from
    190192 * a service (daemon). On Windows this is required for services
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