1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

netlogon: add netr_NETLOGON_INFO_4.

Guenther
This commit is contained in:
Günther Deschner 2008-12-12 22:53:51 +01:00
parent e01026cd4b
commit ef6bf7f385

View File

@ -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 */