netlogon: fix IDL for netr_LogonControl2Ex.
authorGünther Deschner <gd@samba.org>
Fri, 12 Dec 2008 21:55:33 +0000 (22:55 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 17 Dec 2008 22:06:48 +0000 (23:06 +0100)
Guenther

librpc/idl/netlogon.idl

index 1df5f66c67d6c70451b2097c75a78bc8a77af43d..c08ef1b636c42b622fa806cf539961d440c91b21 100644 (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
                );