printer EnumJobs returning wrong results in PagesPrinted
printer EnumJobs returning wrong results in PagesPrinted
(OP)
Hi, I am reading data from printer about how many pages are printed, but get wrong results. for example JOB_INFO_2.PagesPrinted is almost always a very large number like 1885863936.
what could i be doing wrong?
what could i be doing wrong?
------------------------
http://esdeeblog.blogspot.com/
RE: printer EnumJobs returning wrong results in PagesPrinted
I have seen this with RICOH Aficio 1075 PCL 6 on Win2K SP4.
For now I am masking out the upper 16bit, and only using the value in the lower 16bit.
I my case the upper 16bit would always be 0x52
Kind regards,
Christoph Lindemann