spoolss: add spoolssNotifyOptionFlags.
authorGünther Deschner <gd@samba.org>
Sat, 21 Feb 2009 20:03:13 +0000 (21:03 +0100)
committerGünther Deschner <gd@samba.org>
Sat, 21 Feb 2009 20:12:45 +0000 (21:12 +0100)
Guenther

librpc/idl/spoolss.idl

index 4bb68fac007a4b2a5d7d0fd3d05487f3bff0e8d5..b441f17cf1f473138ec769e5907aa1c506049c41 100644 (file)
@@ -1644,9 +1644,13 @@ import "misc.idl", "security.idl", "winreg.idl";
                [size_is(count)] spoolss_Field *fields;
        } spoolss_NotifyOptionType;
 
+       typedef [bitmap32bit] bitmap {
+               PRINTER_NOTIFY_OPTIONS_REFRESH  = 0x00000001
+       } spoolssNotifyOptionFlags;
+
        typedef struct {
                [value(2)] uint32 version;
-               uint32 flags;
+               spoolssNotifyOptionFlags flags;
                uint32 count;
                [size_is(count)] spoolss_NotifyOptionType *types;
        } spoolss_NotifyOption;