diff options
author | Günther Deschner <gd@samba.org> | 2008-11-05 12:32:24 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:29 +0100 |
commit | aaca059a35fd0b53ea3b726a073f8270f4bf1c01 (patch) | |
tree | afa9fec875e2e9ab5874c48ace6dc35f2c6aa1b6 /librpc | |
parent | 3a9b42fa7545b9b3e312c92d0b070892c4e1dc2e (diff) | |
download | samba-aaca059a35fd0b53ea3b726a073f8270f4bf1c01.tar.gz samba-aaca059a35fd0b53ea3b726a073f8270f4bf1c01.tar.bz2 samba-aaca059a35fd0b53ea3b726a073f8270f4bf1c01.zip |
s4-samr: merge samr_QueryDisplayInfo from s3 idl. (fixme: python)
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/samr.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index aa72c546a8..f5e069b74b 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -1118,9 +1118,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 ); |