[python-win32] faster way to get printer status?

Roger Upole rwupole at msn.com
Thu Aug 6 19:29:17 CEST 2009


You should be able to get the "Work Offline" status using
win32print.GetPrinter with level 2.  The returned Attributes
will contain PRINTER_ATTRIBUTE_WORK_OFFLINE

     Roger



More information about the python-win32 mailing list