Changeset 27509 in vbox for trunk/src/VBox/Runtime/include/internal/pipe.h
- Timestamp:
- Mar 18, 2010 11:47:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/pipe.h
r27432 r27509 33 33 34 34 #include <iprt/pipe.h> 35 /* Requires Windows.h on windows. */ 35 36 36 37 RT_C_DECLS_BEGIN 37 38 38 39 #ifdef RT_OS_WINDOWS 39 int rtPipePollGetHandle s(RTPIPE hPipe, uint32_t fEvents, PHANDLE ph1, PHANDLE ph2);40 uint32_t rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool f NoWait);41 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents );40 int rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PHANDLE ph); 41 uint32_t rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait); 42 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry); 42 43 #endif /* RT_OS_WINDOWS */ 43 44
Note:
See TracChangeset
for help on using the changeset viewer.