NUMBER OF PAGES IN PRINTJOB
Article Writing
1
Posts
1
Posters
1
Views
1
Watching
-
I'm making a NT-service, monitoring printjobs. I have a small NTSERVER-WIN98 network. My server acts as a printerserver. My problem is to retrieve the number of pages in the printjobs. When I print from NT-server I can get the number through GetJob(), but when I print from WIN98 I cannot retrieve the number of pages (I get '0' each time). Can somebody please help my out.