summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/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/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/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 6bc5cd7d02..9446193863 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -1911,6 +1911,16 @@ struct spoolss_EnumPrinterDrivers {
struct spoolss_GetPrinterDriver {
struct {
+ struct policy_handle *handle;/* [ref] */
+ const char *architecture;/* [unique,charset(UTF16)] */
+ uint32_t level;
+ DATA_BLOB *buffer;/* [unique] */
+ uint32_t offered;
+ } in;
+
+ struct {
+ union spoolss_DriverInfo *info;/* [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */
+ uint32_t *needed;/* [ref] */
WERROR result;
} out;