home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / QPROC.ZIP / READ.ME < prev   
Text File  |  1990-11-20  |  888b  |  17 lines

  1. The files contained here are sample code to a PM Queue Processor
  2. under OS2 1.2.  There have been requests by many folks on information
  3. on how one would write a queue processor under the os2 1.2 spooler.
  4. Queue processors are used to manipulate the output of spooled
  5. jobs (ie see the text of the job and do some actions on it
  6. prior to it being spooled to the device).  This code will not
  7. build as supplied.  There are supporting header files and such
  8. that are not suppiled.  This code should be used as an example
  9. only and is not supported.  So someone wishing to write their
  10. own queue processor should use this code as a starting base
  11. (ie a shell to their queue processor), and rip out the 
  12. guts of it and supply their own code to do whatever processing
  13. they require of the spooled data.  For more information
  14. on queue processors, you should consult the OS2 DDK.
  15.  
  16. 11/17/90
  17.