1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

netlogon: fix IDL for netr_LogonControl2Ex.

Guenther
This commit is contained in:
Günther Deschner 2008-12-12 22:55:33 +01:00
parent ef6bf7f385
commit 7317bc1eba

View File

@ -1021,9 +1021,9 @@ interface netlogon
WERROR netr_LogonControl2Ex(
[in,unique] [string,charset(UTF16)] uint16 *logon_server,
[in] uint32 function_code,
[in] netr_LogonControlCode function_code,
[in] uint32 level,
[in][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION data,
[in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data,
[out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query
);