VirtualBox

Changeset 26724 in vbox


Ignore:
Timestamp:
Feb 23, 2010 9:18:35 PM (15 years ago)
Author:
vboxsync
Message:

iprt/pipe.h: RTPIPE_C_XXX.

File:
1 edited

Legend:

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

    r26703 r26724  
    5050 */
    5151RTDECL(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/** @} */
    5260
    5361/**
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