RE: Print Data
Tech-Archive recommends: Fix windows errors by optimizing your registry
What did you mean by "device-independent format" ? I guess you meant all
printers irrespective of vendor.
You can enumerate all the printers and enumerate jobs for each printer to
get all the jobs at any instance.
You can use FindFirstPrinterChangeNotification,
FindNextPrinterChangeNotification, functions with PRINTER_CHANGE_ADD_JOB as
change option. to monitor continously along with wait functions. Refer MSDN
for usage.
-Kiran
.
Relevant Pages
- Re: Controling printers at a detailed level
... > I've never had to wander into the world of printers before. ... If you've been a Win32 programmer for years, you should know where to start: ... Most vendor specific things have gone away, ... level abstractions, ... (microsoft.public.win32.programmer.mmedia) - Controling printers at a detailed level
... Years ago, in the pre-Windows days, I wrote code to directly control ... All these printer control codes were generally vendor ... I'd like to do something similar within a Win32 Windows program. ... I've never had to wander into the world of printers before. ... (microsoft.public.win32.programmer.mmedia) - Re: Cloning printers
... them to transfer them to a new server to be taken a different location. ... Anybody knows if cloning printers is possible on unix? ... if they are using 3rd party drivers from HP (or some other vendor) you have to install those drivers in the same place on the new server. ... (comp.unix.questions) - Win32_Printer - detecting printer errors
... I am trying to detect error conditions that occur on printers that I have ... directly connected to a host (either via USB or LPT ports). ... vendor does correctly report these errors, as does printer properties (ex. ... (microsoft.public.win32.programmer.wmi) - Re: OKI manufacturing problems?
... Thanks for the info Sergey. ... OKI agreed to exchange the ... printers that have the problem, and our vendor already picked them up. ... (comp.periphs.printers) |
|