From 7dad861627b2f1f131f019d4c5e3b4ce75a1ccd6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 20 Jan 2009 19:58:17 +0100 Subject: eventlog: fill in IDL for eventlog_RegisterEventSourceW. Guenther --- librpc/idl/eventlog.idl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/eventlog.idl b/librpc/idl/eventlog.idl index da08b35742..6b7b6c58e6 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 */ -- cgit