diff options
author | Günther Deschner <gd@samba.org> | 2008-10-21 02:34:45 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 19:33:22 +0100 |
commit | 7c3d1dd8a978d0cdde74e054e6b3658323b09649 (patch) | |
tree | 48bfd8e0aa1e187aa2eaeb0c9144325407c54448 /source4/librpc/idl | |
parent | 8bcc939a8c2762abaa31029411e5f2d3e1c385f4 (diff) | |
download | samba-7c3d1dd8a978d0cdde74e054e6b3658323b09649.tar.gz samba-7c3d1dd8a978d0cdde74e054e6b3658323b09649.tar.bz2 samba-7c3d1dd8a978d0cdde74e054e6b3658323b09649.zip |
s4-lsa: merge lsa_QueryTrustedDomainInfoBySid from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 0f22ca7de1..9cc39d8d2e 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -835,9 +835,9 @@ import "misc.idl", "security.idl"; /* Function: 0x27 */ NTSTATUS lsa_QueryTrustedDomainInfoBySid( [in] policy_handle *handle, - [in] dom_sid2 *dom_sid, + [in,ref] dom_sid2 *dom_sid, [in] lsa_TrustDomInfoEnum level, - [out,switch_is(level),unique] lsa_TrustedDomainInfo *info + [out,switch_is(level),ref] lsa_TrustedDomainInfo **info ); /* Function: 0x28 */ |