mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix IDL for lsa_LookupSids.
Guenther
(This used to be commit 10f2cddfd5
)
This commit is contained in:
parent
fa00695d46
commit
10e93a92d3
@ -410,11 +410,11 @@ import "security.idl";
|
||||
|
||||
[public] NTSTATUS lsa_LookupSids (
|
||||
[in] policy_handle *handle,
|
||||
[in] lsa_SidArray *sids,
|
||||
[out,unique] lsa_RefDomainList *domains,
|
||||
[in,out] lsa_TransNameArray *names,
|
||||
[in,ref] lsa_SidArray *sids,
|
||||
[out,ref] lsa_RefDomainList **domains,
|
||||
[in,out,ref] lsa_TransNameArray *names,
|
||||
[in] uint16 level,
|
||||
[in,out] uint32 *count
|
||||
[in,out,ref] uint32 *count
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user