Print spooler

  • Thread starter Thread starter D
  • Start date Start date
D

D

does c# have a method of monitoring the print spooler?
I want to know the name of any job sent to the print spooler by any app and
make a log.
 
does c# have a method of monitoring the print spooler?
I want to know the name of any job sent to the print spooler by any app and
make a log.

Hi,

..NET does not provide nothing for this. You could try to see if WMI
has some methods for it otherwise you have to P/invoke it
 
Back
Top