Hi,
I need to write an app to take control of the printing process to enforce
some security policy.
My app running on network printer server needs to be actived as soon as a
new print job comes in. It checks the ip address where the new job is from
and blocks some special users.
Perhaps, it is a choice to develop a custom print processor. But it is too
difficult for me that I am not clear about DDK.
Can I call OpenPrintProcessor and ControlPrintProcessor for the default
processor: WinPrint? How to trap a new print job?
Any ideas or code samples?
Thank you very much in advance.