Searched defs:hNativePipe (Results 1 - 3 of 3) sorted by relevance

/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 38 milliseconds