summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-07-08 20:15:47 +0000
committerGerald Carter <jerry@samba.org>2002-07-08 20:15:47 +0000
commite247cb8239275be517802f80bc82462fbfc1f5c3 (patch)
tree8a986992bc015f333a770a57323cc39c3a2137b0 /source3/include/rpc_spoolss.h
parent100b8986ea185817c575a3c0f475126f64b520b1 (diff)
downloadsamba-e247cb8239275be517802f80bc82462fbfc1f5c3.tar.gz
samba-e247cb8239275be517802f80bc82462fbfc1f5c3.tar.bz2
samba-e247cb8239275be517802f80bc82462fbfc1f5c3.zip
added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and
SPOOLSS_DELETEPRINTERDRIVEREX. Ran them through some testing. I know I'm off by 2 x uint32's in the former RPC. (This used to be commit 55fbfd02ba917b74fd4df7a1aa8cc8c5a91e3e07)
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rwxr-xr-xsource3/include/rpc_spoolss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 012f5ac803..82062d5278 100755
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -702,6 +702,8 @@ typedef struct spool_q_deleteprinterdriverex
UNISTR2 server;
UNISTR2 arch;
UNISTR2 driver;
+ uint32 delete_flags;
+ uint32 version;
}
SPOOL_Q_DELETEPRINTERDRIVEREX;
@@ -1685,6 +1687,7 @@ typedef struct spool_q_addprinterdriverex
UNISTR2 server_name;
uint32 level;
SPOOL_PRINTER_DRIVER_INFO_LEVEL info;
+ uint32 copy_flags;
}
SPOOL_Q_ADDPRINTERDRIVEREX;