summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librpc/idl/eventlog.idl13
1 files changed, 12 insertions, 1 deletions
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 */