V
vijay
Hi I am developing port monitor for printer monitor
I want to log number of pages printer by user.
So in EndDoc callback function I use GetJob with Job_info_2
I am using Job_info_2.PagesPrinted (also triedTotalPages) member variable
to get that information.
When I print 1 page with multiple copies. this member containes 1 instead of
number of copies.
I also check Job_info_2.pDevmode.dmCopies field it is always one??
For more than one page it reports correct number.
vijay
I want to log number of pages printer by user.
So in EndDoc callback function I use GetJob with Job_info_2
I am using Job_info_2.PagesPrinted (also triedTotalPages) member variable
to get that information.
When I print 1 page with multiple copies. this member containes 1 instead of
number of copies.
I also check Job_info_2.pDevmode.dmCopies field it is always one??
For more than one page it reports correct number.
vijay