mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix IDL for lsa_EnumAccounts.
Guenther
This commit is contained in:
parent
85ca2c9edb
commit
d4744fe33f
@ -297,9 +297,9 @@ import "security.idl";
|
||||
|
||||
[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
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user