summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-17 15:38:40 +0200
committerGünther Deschner <gd@samba.org>2009-07-17 15:40:06 +0200
commit11bea731aebc57a63e5fbc6bc0655b50a3815539 (patch)
treebeff4460f04a03ee58d5a2ebfe547c93c7741173 /librpc/gen_ndr/spoolss.h
parent3e661d4c8e1846d8f64fe029981fb7628e6211d8 (diff)
downloadsamba-11bea731aebc57a63e5fbc6bc0655b50a3815539.tar.gz
samba-11bea731aebc57a63e5fbc6bc0655b50a3815539.tar.bz2
samba-11bea731aebc57a63e5fbc6bc0655b50a3815539.zip
spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 9446193863..2575c4d082 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -2516,6 +2516,12 @@ struct spoolss_DeletePort {
struct spoolss_CreatePrinterIC {
struct {
+ struct policy_handle *handle;/* [ref] */
+ struct spoolss_DevmodeContainer *devmode_ctr;/* [ref] */
+ } in;
+
+ struct {
+ struct policy_handle *gdi_handle;/* [ref] */
WERROR result;
} out;
@@ -2532,6 +2538,11 @@ struct spoolss_PlayGDIScriptOnPrinterIC {
struct spoolss_DeletePrinterIC {
struct {
+ struct policy_handle *gdi_handle;/* [ref] */
+ } in;
+
+ struct {
+ struct policy_handle *gdi_handle;/* [ref] */
WERROR result;
} out;