VirtualBox

Changeset 86414 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 2, 2020 11:41:26 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140715
Message:

IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. Currently only honored/implemented for pipes. bugref:9841

File:
1 edited

Legend:

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

    r82968 r86414  
    5555 * @returns IPRT status code.
    5656 * @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!
    5760 * @param   ph              Pointer to the generic handle.  This will contain
    5861 *                          the most appropriate IPRT handle on success.
    5962 */
    60 RTDECL(int) RTHandleGetStandard(RTHANDLESTD enmStdHandle, PRTHANDLE ph);
     63RTDECL(int) RTHandleGetStandard(RTHANDLESTD enmStdHandle, bool fLeaveOpen, PRTHANDLE ph);
    6164
    6265/** @} */
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