summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-12 00:54:40 +0100
committerGünther Deschner <gd@samba.org>2009-02-12 00:55:15 +0100
commit6d3dbdf2fa2f9424b838676a79311d3a575fcaf2 (patch)
treee817895b0a8ff04d1a9895f0d791592741a313f9 /librpc/gen_ndr/spoolss.h
parent3f9a11993592f989766514da5d2622a62319398a (diff)
downloadsamba-6d3dbdf2fa2f9424b838676a79311d3a575fcaf2.tar.gz
samba-6d3dbdf2fa2f9424b838676a79311d3a575fcaf2.tar.bz2
samba-6d3dbdf2fa2f9424b838676a79311d3a575fcaf2.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index ce5d6d9545..3554d37b39 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -877,6 +877,15 @@ struct spoolss_NotifyInfo {
struct spoolss_Notify *notifies;/* [size_is(count)] */
};
+union spoolss_ReplyPrinterInfo {
+ struct spoolss_NotifyInfo *info0;/* [unique,case(0)] */
+}/* [switch_type(uint32)] */;
+
+/* bitmap spoolss_PrinterNotifyFlags */
+#define PRINTER_NOTIFY_INFO_DISCARDED ( 0x00000001 )
+#define PRINTER_NOTIFY_INFO_DISCARDNOTED ( 0x00010000 )
+#define PRINTER_NOTIFY_INFO_COLOR_MISMATCH ( 0x00080000 )
+
struct spoolss_UserLevel1 {
uint32_t size;
const char *client;/* [unique,charset(UTF16)] */
@@ -2029,6 +2038,15 @@ struct spoolss_RemoteFindFirstPrinterChangeNotifyEx {
struct spoolss_RouterReplyPrinterEx {
struct {
+ struct policy_handle *handle;/* [ref] */
+ uint32_t color;
+ uint32_t flags;
+ uint32_t reply_type;
+ union spoolss_ReplyPrinterInfo info;/* [switch_is(reply_type)] */
+ } in;
+
+ struct {
+ uint32_t *reply_result;/* [ref] */
WERROR result;
} out;