include: Add a couple of missing printer status values.
This commit is contained in:
parent
bbf8c42f69
commit
e550cee7cc
|
@ -98,6 +98,8 @@ extern "C" {
|
|||
#define PRINTER_STATUS_DOOR_OPEN 0x00400000
|
||||
#define PRINTER_STATUS_SERVER_UNKNOWN 0x00800000
|
||||
#define PRINTER_STATUS_POWER_SAVE 0x01000000
|
||||
#define PRINTER_STATUS_SERVER_OFFLINE 0x02000000
|
||||
#define PRINTER_STATUS_DRIVER_UPDATE_NEEDED 0x04000000
|
||||
|
||||
#define NO_PRIORITY 0
|
||||
#define MAX_PRIORITY 99
|
||||
|
|
Loading…
Reference in New Issue