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