summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-05 11:17:22 +0100
committerGünther Deschner <gd@samba.org>2008-11-10 21:46:29 +0100
commit3a9b42fa7545b9b3e312c92d0b070892c4e1dc2e (patch)
tree1014c0132770f2555c0c78187e3933898b80b27d /librpc
parentbab255f09b1f20a4bbb0ec6806af4551a187b4a1 (diff)
downloadsamba-3a9b42fa7545b9b3e312c92d0b070892c4e1dc2e.tar.gz
samba-3a9b42fa7545b9b3e312c92d0b070892c4e1dc2e.tar.bz2
samba-3a9b42fa7545b9b3e312c92d0b070892c4e1dc2e.zip
s4-samr: merge samr_QueryDisplayInfo2 from s3 idl. (fixme: python)
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/samr.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl
index f57571f0e1..aa72c546a8 100644
--- a/librpc/idl/samr.idl
+++ b/librpc/idl/samr.idl
@@ -1223,9 +1223,9 @@ import "misc.idl", "lsa.idl", "security.idl";
[in] uint32 start_idx,
[in] uint32 max_entries,
[in] uint32 buf_size,
- [out] uint32 total_size,
- [out] uint32 returned_size,
- [out,switch_is(level)] samr_DispInfo info
+ [out,ref] uint32 *total_size,
+ [out,ref] uint32 *returned_size,
+ [out,ref,switch_is(level)] samr_DispInfo *info
);
/************************/