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.

Re: How to pause or resume a new print job on print server? by Vipin

Vipin
Tue Sep 06 15:21:41 CDT 2005

SetJob(...)

Thanks
Vipin

"David" <David_Wang_Xian@hotmail.com> wrote in message
news:OlubBQssFHA.2212@TK2MSFTNGP15.phx.gbl...
> 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.
>
>