]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
eventlog: fill in IDL for eventlog_RegisterEventSourceW.
authorGünther Deschner <gd@samba.org>
Tue, 20 Jan 2009 18:58:17 +0000 (19:58 +0100)
committerGünther Deschner <gd@samba.org>
Sat, 24 Jan 2009 02:32:49 +0000 (03:32 +0100)
Guenther

librpc/idl/eventlog.idl

index da08b35742d264c8d02e8526ee40e520e97ab4b6..6b7b6c58e6dc6195ff3372ec612cbeecbf19c9e4 100644 (file)
@@ -110,7 +110,14 @@ import "lsa.idl", "security.idl";
 
        /******************/
        /* Function: 0x08 */
-       [todo] NTSTATUS eventlog_RegisterEventSourceW();
+       NTSTATUS eventlog_RegisterEventSourceW(
+               [in,unique] eventlog_OpenUnknown0 *unknown0,
+               [in,ref] lsa_String *module_name,
+               [in,ref] lsa_String *reg_module_name,
+               [in] uint32 major_version,
+               [in] uint32 minor_version,
+               [out] policy_handle *log_handle
+               );
 
        /******************/
        /* Function: 0x09 */