Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want notification from printer when printing is complete:
C++
HANDLE hChangeNotification = FindFirstPrinterChangeNotification( hPrinter,	PRINTER_CHANGE_ADD_JOB, 															0, /*¬ifyOptions*/NULL);



This will notify as I add a job; But I want notification when job is successfully complete;

Can any one tell me what I use in place of PRINTER_CHANGE_ADD_JOB????
Thanks
Posted
Updated 19-May-13 21:02pm
v2

1 solution

 
Share this answer
 

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