home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3335 < prev    next >
Encoding:
Text File  |  1992-11-09  |  796 b   |  22 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!comp.vuw.ac.nz!cavebbs!linz
  3. From: linz@cavebbs.welly.gen.nz (Lindsay Mathieson)
  4. Subject: Print Jobs
  5. Organization: The Cave MegaBBS, Public Access Usenet, Wellington, NZ
  6. Keywords: windows print spool
  7. Message-ID: <1992Nov09.221441.6831@cavebbs.welly.gen.nz>
  8. Date: Mon, 09 Nov 92 22:14:41 GMT
  9. Lines: 11
  10.  
  11. I'm trying to write a windows prog that detects whenever a print job
  12. starts, so that I can send data to the port, _before_ the job
  13. goes out. the purpose of this is to control a print sharing device
  14. transperantly to the user.
  15.  
  16. There are no (documented) message for doing this. I feel this should
  17. be possible because the print spooler itself does similar stuff.
  18.  
  19. A MS support guy said I'd have to use the DDK, which I don't have
  20.  
  21.  
  22.