home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_05 / 3n05031a < prev    next >
Text File  |  1992-01-31  |  288b  |  17 lines

  1. NAME         PIPEWIN
  2.  
  3. DESCRIPTION  'Windows Component of Pipe Interface v3.0'
  4.  
  5. EXETYPE      WINDOWS
  6.  
  7. STUB         'WINSTUB.EXE'
  8.  
  9. CODE         PRELOAD FIXED
  10. DATA         PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     2048
  13. STACKSIZE    4096
  14.  
  15. EXPORTS
  16.              WindowProc    @1
  17.