diff options
author | Günther Deschner <gd@samba.org> | 2008-10-20 23:04:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 19:33:22 +0100 |
commit | 7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6 (patch) | |
tree | 6b29a47005e3f1911bacb42ce62109e7b99e7782 /source4/librpc | |
parent | fb38705e425a697db4ebd5c7cf03f08b81284e9c (diff) | |
download | samba-7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6.tar.gz samba-7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6.tar.bz2 samba-7e19dd6a0ac5610c48fe1b86984e65f7b9d55ce6.zip |
s4-lsa: merge lsa_EnumAccounts from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index dcbdaa0bf1..4942f295de 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -327,14 +327,13 @@ import "misc.idl", "security.idl"; [size_is(num_sids)] lsa_SidPtr *sids; } lsa_SidArray; - [public] NTSTATUS lsa_EnumAccounts ( + [public] NTSTATUS lsa_EnumAccounts( [in] policy_handle *handle, - [in,out] uint32 *resume_handle, - [in,range(0,8192)] uint32 num_entries, - [out] lsa_SidArray *sids + [in,out,ref] uint32 *resume_handle, + [out,ref] lsa_SidArray *sids, + [in,range(0,8192)] uint32 num_entries ); - /*************************************************/ /* Function: 0x0c */ |