mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
s3-spoolss: remove PRINTER_CHANGE* flags now defined in IDL.
Guenther
This commit is contained in:
parent
88075102c8
commit
ec302a1cfe
@ -217,57 +217,6 @@
|
||||
|
||||
#define PRINTER_NOTIFY_OPTIONS_REFRESH 0x01
|
||||
|
||||
#define PRINTER_CHANGE_ADD_PRINTER 0x00000001
|
||||
#define PRINTER_CHANGE_SET_PRINTER 0x00000002
|
||||
#define PRINTER_CHANGE_DELETE_PRINTER 0x00000004
|
||||
#define PRINTER_CHANGE_FAILED_CONNECTION_PRINTER 0x00000008
|
||||
#define PRINTER_CHANGE_PRINTER (PRINTER_CHANGE_ADD_PRINTER | \
|
||||
PRINTER_CHANGE_SET_PRINTER | \
|
||||
PRINTER_CHANGE_DELETE_PRINTER | \
|
||||
PRINTER_CHANGE_FAILED_CONNECTION_PRINTER )
|
||||
|
||||
#define PRINTER_CHANGE_ADD_JOB 0x00000100
|
||||
#define PRINTER_CHANGE_SET_JOB 0x00000200
|
||||
#define PRINTER_CHANGE_DELETE_JOB 0x00000400
|
||||
#define PRINTER_CHANGE_WRITE_JOB 0x00000800
|
||||
#define PRINTER_CHANGE_JOB (PRINTER_CHANGE_ADD_JOB | \
|
||||
PRINTER_CHANGE_SET_JOB | \
|
||||
PRINTER_CHANGE_DELETE_JOB | \
|
||||
PRINTER_CHANGE_WRITE_JOB )
|
||||
|
||||
#define PRINTER_CHANGE_ADD_FORM 0x00010000
|
||||
#define PRINTER_CHANGE_SET_FORM 0x00020000
|
||||
#define PRINTER_CHANGE_DELETE_FORM 0x00040000
|
||||
#define PRINTER_CHANGE_FORM (PRINTER_CHANGE_ADD_FORM | \
|
||||
PRINTER_CHANGE_SET_FORM | \
|
||||
PRINTER_CHANGE_DELETE_FORM )
|
||||
|
||||
#define PRINTER_CHANGE_ADD_PORT 0x00100000
|
||||
#define PRINTER_CHANGE_CONFIGURE_PORT 0x00200000
|
||||
#define PRINTER_CHANGE_DELETE_PORT 0x00400000
|
||||
#define PRINTER_CHANGE_PORT (PRINTER_CHANGE_ADD_PORT | \
|
||||
PRINTER_CHANGE_CONFIGURE_PORT | \
|
||||
PRINTER_CHANGE_DELETE_PORT )
|
||||
|
||||
#define PRINTER_CHANGE_ADD_PRINT_PROCESSOR 0x01000000
|
||||
#define PRINTER_CHANGE_DELETE_PRINT_PROCESSOR 0x04000000
|
||||
#define PRINTER_CHANGE_PRINT_PROCESSOR (PRINTER_CHANGE_ADD_PRINT_PROCESSOR | \
|
||||
PRINTER_CHANGE_DELETE_PRINT_PROCESSOR )
|
||||
|
||||
#define PRINTER_CHANGE_ADD_PRINTER_DRIVER 0x10000000
|
||||
#define PRINTER_CHANGE_SET_PRINTER_DRIVER 0x20000000
|
||||
#define PRINTER_CHANGE_DELETE_PRINTER_DRIVER 0x40000000
|
||||
#define PRINTER_CHANGE_PRINTER_DRIVER (PRINTER_CHANGE_ADD_PRINTER_DRIVER | \
|
||||
PRINTER_CHANGE_SET_PRINTER_DRIVER | \
|
||||
PRINTER_CHANGE_DELETE_PRINTER_DRIVER )
|
||||
|
||||
#define PRINTER_CHANGE_TIMEOUT 0x80000000
|
||||
#define PRINTER_CHANGE_ALL (PRINTER_CHANGE_JOB | \
|
||||
PRINTER_CHANGE_FORM | \
|
||||
PRINTER_CHANGE_PORT | \
|
||||
PRINTER_CHANGE_PRINT_PROCESSOR | \
|
||||
PRINTER_CHANGE_PRINTER_DRIVER )
|
||||
|
||||
#define PRINTER_NOTIFY_INFO_DISCARDED 0x1
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user