[Toc][Index]

DosMakeNmPipe



#define INCL_DOSNMPIPES

USHORT  rc = DosMakeNmPipe(PipeName, PipeHandle, OpenMode, PipeMode,
                             OutBufSize, InBufSize, TimeOut);

PSZ              PipeName;      /* Pipe name */
PHPIPE           PipeHandle;    /* Pipe handle (returned) */
USHORT           OpenMode;      /* DOS open mode of pipe */
USHORT           PipeMode;      /* Pipe open mode */
USHORT           OutBufSize;    /* Advisory outgoing buffer size */
USHORT           InBufSize;     /* Advisory incoming buffer size */
ULONG            TimeOut;       /* Timeout for DosWaitNmPipe */

USHORT           rc;            /* return code */


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs