EXTRN DosMakeNmPipe:FAR INCL_DOSNMPIPES EQU 1 PUSH@ ASCIIZ PipeName ;Pipe name PUSH@ WORD PipeHandle ;Pipe handle (returned) PUSH WORD OpenMode ;DOS open mode of pipe PUSH WORD PipeMode ;Pipe open mode PUSH WORD OutBufSize ;Advisory outgoing buffer size PUSH WORD InBufSize ;Advisory incoming buffer size PUSH DWORD TimeOut ;Timeout for DosWaitNmPipe CALL DosMakeNmPipe Returns WORD