Changeset 26724 in vbox
- Timestamp:
- Feb 23, 2010 9:18:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/pipe.h
r26703 r26724 50 50 */ 51 51 RTDECL(int) RTPipeCreate(PRTPIPE phPipeRead, PRTPIPE phPipeWrite, uint32_t fFlags); 52 53 /** @name RTPipeCreate flags. 54 * @{ */ 55 /** Mark the read end as inheritable. */ 56 #define RTPIPE_C_INHERIT_READ RT_BIT(0) 57 /** Mark the write end as inheritable. */ 58 #define RTPIPE_C_INHERIT_WRITE RT_BIT(1) 59 /** @} */ 52 60 53 61 /**
Note:
See TracChangeset
for help on using the changeset viewer.