mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the
rpc_spoolss.h header file.
This commit is contained in:
@@ -59,6 +59,13 @@
|
||||
#define SPOOLSS_ROUTERREFRESHPRINTERCHANGENOTIFICATION 0x42
|
||||
*/
|
||||
|
||||
/*
|
||||
* Unimplement Win2k specific RPC's
|
||||
|
||||
#define SPOOLSS_ADDPRINTERDRIVEREX 0x59
|
||||
|
||||
*/
|
||||
|
||||
/* those are implemented */
|
||||
#define SPOOLSS_ENUMPRINTERS 0x00
|
||||
#define SPOOLSS_SETJOB 0x02
|
||||
@@ -109,7 +116,7 @@
|
||||
#define SPOOLSS_ENUMPRINTERDATA 0x48
|
||||
#define SPOOLSS_DELETEPRINTERDATA 0x49
|
||||
#define SPOOLSS_GETPRINTERDATAEX 0x4e
|
||||
#define SPOOLSS_SETPRINTERDATAEX 0xff /* unknown */
|
||||
#define SPOOLSS_SETPRINTERDATAEX 0x50
|
||||
|
||||
#define PRINTER_CONTROL_UNPAUSE 0x00000000
|
||||
#define PRINTER_CONTROL_PAUSE 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user