diff options
author | Gerald Carter <jerry@samba.org> | 2002-07-08 20:15:47 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-07-08 20:15:47 +0000 |
commit | e247cb8239275be517802f80bc82462fbfc1f5c3 (patch) | |
tree | 8a986992bc015f333a770a57323cc39c3a2137b0 /source3/include/rpc_spoolss.h | |
parent | 100b8986ea185817c575a3c0f475126f64b520b1 (diff) | |
download | samba-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-x | source3/include/rpc_spoolss.h | 3 |
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; |