Searched refs:hNativePipe (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dpipe.h76 * @param hNativePipe The native pipe handle.
79 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags);
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp243 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) argument
252 int hNative = (int)hNativePipe;
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp263 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) argument
272 HPIPE hNative = (HPIPE)hNativePipe;
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp433 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) argument
442 HANDLE hNative = (HANDLE)hNativePipe;

Completed in 53 milliseconds