Guest_imported
New member
- Jan 1, 1970
- 0
Hi:
I'm writing a C++ dll, and using the instruction enumJobs to get the jobs in the printing Q. In the "level" parameter I specify "1" in order to get the "Job Info 1".
After, from "Job Infor 1" I'm getting "LPTSTR pDocument", "SYSTEMTIME Submitted" in order to identify the job. That's working fine for 95/98/NT, but in W2000 "Submitted" is comming blank (Submitted.wHour =0, Submitted.wMinute=0, Submitted.wSecond=0, Submitted.wMilliseconds=0).
Did you found this problem before? Some idea?
Thanks
Moises
I'm writing a C++ dll, and using the instruction enumJobs to get the jobs in the printing Q. In the "level" parameter I specify "1" in order to get the "Job Info 1".
After, from "Job Infor 1" I'm getting "LPTSTR pDocument", "SYSTEMTIME Submitted" in order to identify the job. That's working fine for 95/98/NT, but in W2000 "Submitted" is comming blank (Submitted.wHour =0, Submitted.wMinute=0, Submitted.wSecond=0, Submitted.wMilliseconds=0).
Did you found this problem before? Some idea?
Thanks
Moises