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

/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp139 ULONG fPipeMode = 1 /*instance*/ | NP_TYPE_BYTE | NP_READMODE_BYTE | NP_NOWAIT; local
145 orc = DosCreateNPipe((PSZ)szName, &hPipeR, fOpenMode, fPipeMode, RTPIPE_OS2_SIZE, RTPIPE_OS2_SIZE, NP_DEFAULT_WAIT);

Completed in 46 milliseconds