打印完成通知 [英] Printing finish notification

查看:106
本文介绍了打印完成通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望打印完成后来自打印机的通知:

 HANDLE hChangeNotification = FindFirstPrinterChangeNotification(hPrinter,PRINTER_CHANGE_ADD_JOB, 0  / *  ¬ifyOptions* /  NULL); 







这将在我添加工作时通知;但是当工作成功完成时我想要通知;



任何人都可以告诉我用什么代替PRINTER_CHANGE_ADD_JOB ????

谢谢

解决方案

这些是您的选择 [ ^ ]。

I want notification from printer when printing is complete:

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

解决方案

These are your choices[^].


这篇关于打印完成通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆