Changeset 34708 in vbox for trunk/include/iprt
- Timestamp:
- Dec 3, 2010 5:30:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r33806 r34708 186 186 * be possible to wait for it, i.e. @a phProcess shall be NULL. */ 187 187 #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) 189 191 /** Use special code path for starting child processes from 190 192 * a service (daemon). On Windows this is required for services
Note:
See TracChangeset
for help on using the changeset viewer.