Changeset 70479 in vbox for trunk/include/iprt/pipe.h
- Timestamp:
- Jan 7, 2018 6:43:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/pipe.h
r69105 r70479 106 106 107 107 /** 108 * Get the creation inheritability of the pipe. 109 * 110 * @returns true if inherited by children (when pipe was created), false if not. 111 * @param hPipe The IPRT pipe handle. 112 */ 113 RTDECL(int) RTPipeGetCreationInheritability(RTPIPE hPipe); 114 115 /** 108 116 * Read bytes from a pipe, non-blocking. 109 117 *
Note:
See TracChangeset
for help on using the changeset viewer.