Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am new to the c++ program. Can anybody please help me how to delete all the printer jobs using win32 API in C++. I need this concept urgently.. Please reply soon..

Thanks in advance
Posted

1 solution

Try having a look to OpenPrinter Function (Windows)[^], AbortPrinter Function (Windows)[^] and ClosePrinter Function (Windows)[^].

I think that these are the API that you need.
 
Share this answer
 
Comments
Ananth304 10-Aug-10 1:21am    
Reason for my vote of 5
Thanks for the help. The answer was very much helpful to me...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900