Hi Guys,
I sometimes don't get the printed notification via the
JOB_NOTIFY_FIELD_STATUS with FindNextPrinterChangeNotification. I am fine
if there is someway of knowing that the document has completed printing in a
non-cpu intensive way. My initial thought was to query with a timeout for
WaitForSingleObject on the printernotification object returned by
FindFirstPrinterChangeNotification(....) and if the job doesn't exist in
the queue with the job id,I would assume it to be printed. But I am
wondering if there is any way to make sure the notification comes always via
the job status event notification itself. Has anyone experienced this
problem, it would be great if you can say what was that you deployed to
resolve it?
Thanks in advance
Vipin