home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_5 / ipc / nmpipe.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-05-15  |  207 b   |  10 lines

  1. /* nmpipe.h RHS 5/1/89
  2.  *
  3.  * shared header file for named pipe source
  4.  */
  5.  
  6. #define    NAMEDPIPE        "\\PIPE\\NMDPIPE"
  7. #define    QUIT_COMMAND    "QUIT"
  8. #define    ACKNOWLEDGE        "You got it!"
  9. #define    PIPESIZE            100
  10.