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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top