summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/spoolss.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl
index 9a9495b046..aff4f25664 100644
--- a/source4/librpc/idl/spoolss.idl
+++ b/source4/librpc/idl/spoolss.idl
@@ -543,11 +543,18 @@
[relative] nstring *port_name;
} spoolss_PortInfo1;
+ typedef bitmap {
+ SPOOLSS_PORT_TYPE_WRITE = 0x00000001,
+ SPOOLSS_PORT_TYPE_READ = 0x00000002,
+ SPOOLSS_PORT_TYPE_REDIRECTED = 0x00000004,
+ SPOOLSS_PORT_TYPE_NET_ATTACHED = 0x00000008
+ } spoolss_PortType;
+
typedef struct {
[relative] nstring *port_name;
[relative] nstring *monitor_name;
[relative] nstring *description;
- uint32 port_type;
+ spoolss_PortType port_type;
uint32 reserved;
} spoolss_PortInfo2;