summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-11-09 20:59:18 +0000
committerGerald Carter <jerry@samba.org>2001-11-09 20:59:18 +0000
commite3abad17417bb9f5f1309039aae8e364871c22d8 (patch)
treec17a0ec314fdccda2686f0f0dfdca4a7311202b7 /source3/include
parent67f5bea4849dd51df0b9467d033fd000a129ce3f (diff)
downloadsamba-e3abad17417bb9f5f1309039aae8e364871c22d8.tar.gz
samba-e3abad17417bb9f5f1309039aae8e364871c22d8.tar.bz2
samba-e3abad17417bb9f5f1309039aae8e364871c22d8.zip
Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the
rpc_spoolss.h header file. (This used to be commit d4cafc076be99a66d0660f695995801b4f1d7bfd)
Diffstat (limited to 'source3/include')
-rwxr-xr-xsource3/include/rpc_spoolss.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 2962546122..dcb4bc04f2 100755
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -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