VirtualBox

Changeset 70479 in vbox for trunk/include/iprt/pipe.h


Ignore:
Timestamp:
Jan 7, 2018 6:43:29 PM (7 years ago)
Author:
vboxsync
Message:

iprt/pipe-win.cpp: Added RTPipeGetCreationInheritability for use in process-win.cpp.

File:
1 edited

Legend:

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

    r69105 r70479  
    106106
    107107/**
     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 */
     113RTDECL(int) RTPipeGetCreationInheritability(RTPIPE hPipe);
     114
     115/**
    108116 * Read bytes from a pipe, non-blocking.
    109117 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette