From ea886864190e7d3bb9f58260ec854489c4642c86 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 21 Oct 2008 10:23:14 +0200 Subject: s4-lsa: merge lsa_QueryTrustedDomainInfoByName from s3 lsa idl. Guenther --- source4/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 3803100785..9af5fcffd4 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -897,9 +897,9 @@ import "misc.idl", "security.idl"; /* Function 0x30 */ NTSTATUS lsa_QueryTrustedDomainInfoByName( [in] policy_handle *handle, - [in] lsa_String trusted_domain, + [in,ref] lsa_String *trusted_domain, [in] lsa_TrustDomInfoEnum level, - [out,unique,switch_is(level)] lsa_TrustedDomainInfo *info + [out,ref,switch_is(level)] lsa_TrustedDomainInfo **info ); /**********************/ -- cgit