VirtualBox

Changeset 27614 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Mar 23, 2010 1:29:07 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59163
Message:

iprt: Implemented RTPipeFromNative on posix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r27613 r27614  
    437437RTDECL(int)  RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags)
    438438{
     439    AssertPtrReturn(phPipe, VERR_INVALID_POINTER);
    439440    AssertReturn(!(fFlags & ~RTPIPE_N_VALID_MASK), VERR_INVALID_PARAMETER);
    440441    AssertReturn(!!(fFlags & RTPIPE_N_READ) != !!(fFlags & RTPIPE_N_WRITE), VERR_INVALID_PARAMETER);
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