From: Günther Deschner Date: Thu, 24 Jan 2008 22:35:02 +0000 (+0100) Subject: Add IDL for netr_LogonGetTrustRid. X-Git-Tag: samba-4.0.0alpha3~432^2~13 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=d0893014ab02f4a628bc05135e7afedd11427116;hp=70773be51a568dfc793111044cef93baa343d715 Add IDL for netr_LogonGetTrustRid. Guenther --- diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index 3e4d46d7f72..7f7712edf66 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -992,7 +992,11 @@ interface netlogon /****************/ /* Function 0x17 */ - WERROR netr_NETRLOGONGETTRUSTRID(); + WERROR netr_LogonGetTrustRid( + [in] [string,charset(UTF16)] uint16 *server_name, + [in] [string,charset(UTF16)] uint16 *domain_name, + [out,ref] uint32 *rid + ); /****************/ /* Function 0x18 */