reading the printer queue programmatically

T

test-bugger

How do I programmatically get the list of documents about to be printed or
still printing in my local printer?

I am writing a program that needs to know whether the document that I
printed (shell to another application) has been printed out already.

Thanks a lot!!!
 
D

Duncan.Jones

This would depend on what programming language you are using. The API
calls you should look at ar "OpenPrinter", "EnumJobs" and
"ClosePrinter"

Hope this helps,
Duncan Jones
Merrion Computing Ltd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top