![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
DosCallNmPipe
#define INCL_DOSNMPIPES
USHORT rc = DosCallNmPipe(FileName, InBuffer, InBufferLen, OutBuffer,
OutBufferLen, BytesOut, TimeOut);
PSZ FileName; /* Pipe name */
PBYTE InBuffer; /* Write buffer address */
USHORT InBufferLen; /* Write buffer length */
PBYTE OutBuffer; /* Read buffer address */
USHORT OutBufferLen; /* Read buffer length *
PUSHORT BytesOut; /* Bytes read (returned) */
ULONG TimeOut; /* Maximum wait time */
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