Changeset 27614 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Mar 23, 2010 1:29:07 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59163
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r27613 r27614 437 437 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) 438 438 { 439 AssertPtrReturn(phPipe, VERR_INVALID_POINTER); 439 440 AssertReturn(!(fFlags & ~RTPIPE_N_VALID_MASK), VERR_INVALID_PARAMETER); 440 441 AssertReturn(!!(fFlags & RTPIPE_N_READ) != !!(fFlags & RTPIPE_N_WRITE), VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.