diff options
author | Günther Deschner <gd@samba.org> | 2009-01-20 19:58:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-24 03:32:49 +0100 |
commit | 7dad861627b2f1f131f019d4c5e3b4ce75a1ccd6 (patch) | |
tree | f0f504ebc7915c9e303f74b94dfe6bbb81c07e40 | |
parent | ab6e4dd9fdf43407a10fd67235b158e9022ead17 (diff) | |
download | samba-7dad861627b2f1f131f019d4c5e3b4ce75a1ccd6.tar.gz samba-7dad861627b2f1f131f019d4c5e3b4ce75a1ccd6.tar.bz2 samba-7dad861627b2f1f131f019d4c5e3b4ce75a1ccd6.zip |
eventlog: fill in IDL for eventlog_RegisterEventSourceW.
Guenther
-rw-r--r-- | librpc/idl/eventlog.idl | 9 |
1 files changed, 8 insertions, 1 deletions
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 */ |