From ef6bf7f385f10d1015e8c5692f71ea98b0b84d22 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 12 Dec 2008 22:53:51 +0100 Subject: netlogon: add netr_NETLOGON_INFO_4. Guenther --- librpc/idl/netlogon.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'librpc') diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index c3a028c587..1df5f66c67 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -846,10 +846,16 @@ interface netlogon uint32 unknown5; } netr_NETLOGON_INFO_3; + typedef struct { + [string,charset(UTF16)] uint16 *trusted_dc_name; + [string,charset(UTF16)] uint16 *trusted_domain_name; + } netr_NETLOGON_INFO_4; + typedef union { [case(1)] netr_NETLOGON_INFO_1 *info1; [case(2)] netr_NETLOGON_INFO_2 *info2; [case(3)] netr_NETLOGON_INFO_3 *info3; + [case(4)] netr_NETLOGON_INFO_4 *info4; } netr_CONTROL_QUERY_INFORMATION; /* function_code values */ -- cgit