I need to get number of copies of a print job. I have its information in a JOB_INFO_1
record, but there is not any field for number of copies. How can I get this value?
Instead of JOB_INFO_1, you will need to get a JOB_INFO_2 structure, which has a pointer to a DEVMODE structure, that in turn has a number of copies field. JOB_INFO_2 get be retrieved using GetJob, just as JOB_INFO_1.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With