Changeset 86414 in vbox for trunk/include/iprt
- Timestamp:
- Oct 2, 2020 11:41:26 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/handle.h
r82968 r86414 55 55 * @returns IPRT status code. 56 56 * @param enmStdHandle The standard handle. 57 * @param fLeaveOpen Whether closing the returned handle should leave the 58 * native standard handle open or not. 59 * Note! This currently only works with pipe! 57 60 * @param ph Pointer to the generic handle. This will contain 58 61 * the most appropriate IPRT handle on success. 59 62 */ 60 RTDECL(int) RTHandleGetStandard(RTHANDLESTD enmStdHandle, PRTHANDLE ph);63 RTDECL(int) RTHandleGetStandard(RTHANDLESTD enmStdHandle, bool fLeaveOpen, PRTHANDLE ph); 61 64 62 65 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.