From 02a3a7f1eda576b353207825875f676130874a00 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 20 Jan 2009 18:56:34 +0100 Subject: eventlog: fill in IDL for eventlog_GetLogIntormation. Guenther --- librpc/idl/eventlog.idl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'librpc/idl/eventlog.idl') diff --git a/librpc/idl/eventlog.idl b/librpc/idl/eventlog.idl index a85a5efeaf..0b49379bf4 100644 --- a/librpc/idl/eventlog.idl +++ b/librpc/idl/eventlog.idl @@ -189,7 +189,18 @@ import "lsa.idl", "security.idl"; /*****************/ /* Function 0x16 */ - [todo] NTSTATUS eventlog_GetLogIntormation(); + + typedef struct { + boolean32 full; + } EVENTLOG_FULL_INFORMATION; + + NTSTATUS eventlog_GetLogIntormation( + [in] policy_handle *handle, + [in] uint32 level, + [out,ref] [size_is(buf_size)] uint8 *buffer, + [in] [range(0,1024)] uint32 buf_size, + [out,ref] uint32 *bytes_needed + ); /*****************/ /* Function 0x17 */ -- cgit