fsStatus (USHORT)

      Print destination status.

      Use the mask PRD_STATUS_MASK to determine the print job status:

      PRD_ACTIVE

        Processing
      PRD_PAUSED
        Not processing, or paused.
      Use the mask PRJ_DEVSTATUS for further information about print job status:

      PRJ_COMPLETE

        Job complete
      PRJ_INTERV
        Intervention required
      PRJ_ERROR
        Error occurred (in this case, pszStatus may contain a comment about the error)
      PRJ_DESTOFFLINE
        Print device offline
      PRJ_DESTPAUSED
        Print device paused
      PRJ_NOTIFY
        Raise alert
      PRJ_DESTNOPAPER
        Print device out of paper.


      [Back] [Next]