Just to clarify, the code is asking for job status rather than
printer status.

According to the docs:
http://msdn.microsoft.com/en-us/library/dd145019(VS.85).aspx

the status can be returned either as a string in the pStatus
member, or as an int in Status.  You'll probably need to change
the JOB_STATUS_* value into a human-readable string when
the pStatus string isn't given.

        Roger

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to