summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-17 14:21:16 +0100
committerGünther Deschner <gd@samba.org>2009-02-18 14:46:19 +0100
commit2e59cb50cc1d6f2fba815c54a7df0704398e3398 (patch)
tree01a4d4383768b62a5e82d3b8d5941dfd1cd1a415
parent719221168f9ba6effce1b88fefd12f4fab515e9d (diff)
downloadsamba-2e59cb50cc1d6f2fba815c54a7df0704398e3398.tar.gz
samba-2e59cb50cc1d6f2fba815c54a7df0704398e3398.tar.bz2
samba-2e59cb50cc1d6f2fba815c54a7df0704398e3398.zip
spoolss: add spoolss_MonitorUi struct.
Guenther
-rw-r--r--librpc/idl/spoolss.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 98802d3d3e..8847247ff7 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -1962,6 +1962,10 @@ import "misc.idl", "security.idl", "winreg.idl";
uint32 snmp_dev_index;
} spoolss_PortData1;
+ typedef [public] struct {
+ [string,charset(UTF16)] uint16 dll_name[];
+ } spoolss_MonitorUi;
+
WERROR spoolss_XcvData(
[in,ref] policy_handle *handle,
[in] [string,charset(UTF16)] uint16 function_name[],