For Michael Pfeiffer
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7ca9243955
commit
dd6a407346
@ -60,6 +60,12 @@
|
||||
#define PSRV_SPOOL_ATTR_STATUS "_spool/Status"
|
||||
#define PSRV_SPOOL_ATTR_ERRCODE "_spool/_errorcode"
|
||||
|
||||
// spool file status attribute values
|
||||
#define PSRV_JOB_STATUS_ ""
|
||||
#define PSRV_JOB_STATUS_WAITING "Waiting"
|
||||
#define PSRV_JOB_STATUS_PROCESSING "Processing"
|
||||
#define PSRV_JOB_STATUS_FAILED "Failed"
|
||||
|
||||
// printer attributes
|
||||
#define PSRV_PRINTER_ATTR_DRV_NAME "Driver Name"
|
||||
#define PSRV_PRINTER_ATTR_PRT_NAME "Printer Name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user