From: killme on
Hi,

I am having an application that will be monitoring the print jobs to my
printer. I use the job identifier passed in the DrvDocumentEvent()
DOCUMENTEVENT_STARTDOCPOST notification of my driver's UI DLL to perform
monitoring.
I have a problem when windows vista is used as client with shared
printers. In this case, the job identifier reported by DrvDocumentEvent() is
completely different from that reported by the server side. Due to this, my
application is having problems with shared printers.
How to correlate the job id reported by the client with the job id
reported by print spooler in server side?