From: Günther Deschner Date: Tue, 20 Jan 2009 18:58:17 +0000 (+0100) Subject: eventlog: fill in IDL for eventlog_RegisterEventSourceW. X-Git-Tag: samba-4.0.0alpha7~422^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dad861627b2f1f131f019d4c5e3b4ce75a1ccd6;p=thirdparty%2Fsamba.git eventlog: fill in IDL for eventlog_RegisterEventSourceW. Guenther --- diff --git a/librpc/idl/eventlog.idl b/librpc/idl/eventlog.idl index da08b35742d..6b7b6c58e6d 100644 --- a/librpc/idl/eventlog.idl +++ b/librpc/idl/eventlog.idl @@ -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 */