mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Fix IDL for lsa_EnumTrustDom.
Guenther
This commit is contained in:
parent
f4581e9f44
commit
278c891c54
@ -327,9 +327,9 @@ import "security.idl";
|
||||
|
||||
NTSTATUS lsa_EnumTrustDom (
|
||||
[in] policy_handle *handle,
|
||||
[in,out] uint32 *resume_handle,
|
||||
[in] uint32 max_size,
|
||||
[out] lsa_DomainList *domains
|
||||
[in,out,ref] uint32 *resume_handle,
|
||||
[out,ref] lsa_DomainList *domains,
|
||||
[in] uint32 max_size
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user