Prepares a named pipe for a client process.
#define INCL_DOSNMPIPES #include <os2.h> HPIPE hpipe; /* The named-pipe handle to connect (returned to the server process by DosCreateNPipe). */ APIRET ulrc; /* Return Code. */ ulrc = DosConnectNPipe(hpipe);