mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix IDL for lsa_LookupSids3.
Guenther
(This used to be commit 4fe468786b
)
This commit is contained in:
parent
b1cc1db247
commit
3f809ef840
@ -1035,11 +1035,11 @@ import "security.idl";
|
||||
/* Function 0x4c */
|
||||
|
||||
[public] NTSTATUS lsa_LookupSids3(
|
||||
[in] lsa_SidArray *sids,
|
||||
[out,unique] lsa_RefDomainList *domains,
|
||||
[in,out] lsa_TransNameArray2 *names,
|
||||
[in,ref] lsa_SidArray *sids,
|
||||
[out,ref] lsa_RefDomainList **domains,
|
||||
[in,out,ref] lsa_TransNameArray2 *names,
|
||||
[in] uint16 level,
|
||||
[in,out] uint32 *count,
|
||||
[in,out,ref] uint32 *count,
|
||||
[in] uint32 unknown1,
|
||||
[in] uint32 unknown2
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user