Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
838 B

  1. Misc Notes for psprint directory.
  2. This is the print processor directory. The module that is built
  3. called psprint.dll, is used as the installed print processor to
  4. the Win32 spooler. The test program (test.c) emulates the macprint
  5. spooler code, by submitting a job via the same (or similar) interface
  6. as the macprint spooler component. To use the test program you should
  7. have a printer configured as "PSTODIB Local Test Printer" this way
  8. you can type "test <psfilename>" and have the job submitted correctly
  9. The print processor code uses a NT function call to set the
  10. access token of the primary thread of the process created to actually
  11. image the postscript job, see the explanation of this in psprint.c
  12. where CreateProcess is called.
  13.