summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-03 18:39:38 +0200
committerGünther Deschner <gd@samba.org>2009-07-03 22:05:37 +0200
commitcb39ba3d40841097c513358e7bac361aa7e38a9c (patch)
tree8b0e5831c74a60930e12f86dd50cfc81e260293a /librpc/gen_ndr/cli_spoolss.h
parentc5415e7e09d40518e20fe12f6f9ad88e4da8369e (diff)
downloadsamba-cb39ba3d40841097c513358e7bac361aa7e38a9c.tar.gz
samba-cb39ba3d40841097c513358e7bac361aa7e38a9c.tar.bz2
samba-cb39ba3d40841097c513358e7bac361aa7e38a9c.zip
spoolss: fill in spoolss_GetPrinterDriver IDL.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_spoolss.h')
-rw-r--r--librpc/gen_ndr/cli_spoolss.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/gen_ndr/cli_spoolss.h b/librpc/gen_ndr/cli_spoolss.h
index 14e818cc54..baf5d61e2a 100644
--- a/librpc/gen_ndr/cli_spoolss.h
+++ b/librpc/gen_ndr/cli_spoolss.h
@@ -96,6 +96,13 @@ NTSTATUS rpccli_spoolss_EnumPrinterDrivers(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_spoolss_GetPrinterDriver(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
+ struct policy_handle *handle /* [in] [ref] */,
+ const char *architecture /* [in] [unique,charset(UTF16)] */,
+ uint32_t level /* [in] */,
+ DATA_BLOB *buffer /* [in] [unique] */,
+ uint32_t offered /* [in] */,
+ union spoolss_DriverInfo *info /* [out] [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */,
+ uint32_t *needed /* [out] [ref] */,
WERROR *werror);
NTSTATUS rpccli_spoolss_GetPrinterDriverDirectory(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,