source: branches/samba-3.2.x/source/librpc/gen_ndr/cli_eventlog.h@ 198

Last change on this file since 198 was 133, checked in by Paul Smedley, 18 years ago

Update trunk to 3.2.0pre3

File size: 3.6 KB
Line 
1#include "librpc/gen_ndr/ndr_eventlog.h"
2#ifndef __CLI_EVENTLOG__
3#define __CLI_EVENTLOG__
4NTSTATUS rpccli_eventlog_ClearEventLogW(struct rpc_pipe_client *cli,
5 TALLOC_CTX *mem_ctx,
6 struct policy_handle *handle /* [in] [ref] */,
7 struct lsa_String *backupfile /* [in] [unique] */);
8NTSTATUS rpccli_eventlog_BackupEventLogW(struct rpc_pipe_client *cli,
9 TALLOC_CTX *mem_ctx);
10NTSTATUS rpccli_eventlog_CloseEventLog(struct rpc_pipe_client *cli,
11 TALLOC_CTX *mem_ctx,
12 struct policy_handle *handle /* [in,out] [ref] */);
13NTSTATUS rpccli_eventlog_DeregisterEventSource(struct rpc_pipe_client *cli,
14 TALLOC_CTX *mem_ctx);
15NTSTATUS rpccli_eventlog_GetNumRecords(struct rpc_pipe_client *cli,
16 TALLOC_CTX *mem_ctx,
17 struct policy_handle *handle /* [in] [ref] */,
18 uint32_t *number /* [out] [ref] */);
19NTSTATUS rpccli_eventlog_GetOldestRecord(struct rpc_pipe_client *cli,
20 TALLOC_CTX *mem_ctx,
21 struct policy_handle *handle /* [in] [ref] */,
22 uint32_t *oldest_entry /* [out] [ref] */);
23NTSTATUS rpccli_eventlog_ChangeNotify(struct rpc_pipe_client *cli,
24 TALLOC_CTX *mem_ctx);
25NTSTATUS rpccli_eventlog_OpenEventLogW(struct rpc_pipe_client *cli,
26 TALLOC_CTX *mem_ctx,
27 struct eventlog_OpenUnknown0 *unknown0 /* [in] [unique] */,
28 struct lsa_String *logname /* [in] [ref] */,
29 struct lsa_String *servername /* [in] [ref] */,
30 uint32_t unknown2 /* [in] */,
31 uint32_t unknown3 /* [in] */,
32 struct policy_handle *handle /* [out] [ref] */);
33NTSTATUS rpccli_eventlog_RegisterEventSourceW(struct rpc_pipe_client *cli,
34 TALLOC_CTX *mem_ctx);
35NTSTATUS rpccli_eventlog_OpenBackupEventLogW(struct rpc_pipe_client *cli,
36 TALLOC_CTX *mem_ctx);
37NTSTATUS rpccli_eventlog_ReadEventLogW(struct rpc_pipe_client *cli,
38 TALLOC_CTX *mem_ctx,
39 struct policy_handle *handle /* [in] [ref] */,
40 uint32_t flags /* [in] */,
41 uint32_t offset /* [in] */,
42 uint32_t number_of_bytes /* [in] [range(0,0x7FFFF)] */,
43 uint8_t *data /* [out] [ref,size_is(number_of_bytes)] */,
44 uint32_t *sent_size /* [out] [ref] */,
45 uint32_t *real_size /* [out] [ref] */);
46NTSTATUS rpccli_eventlog_ReportEventW(struct rpc_pipe_client *cli,
47 TALLOC_CTX *mem_ctx);
48NTSTATUS rpccli_eventlog_ClearEventLogA(struct rpc_pipe_client *cli,
49 TALLOC_CTX *mem_ctx);
50NTSTATUS rpccli_eventlog_BackupEventLogA(struct rpc_pipe_client *cli,
51 TALLOC_CTX *mem_ctx);
52NTSTATUS rpccli_eventlog_OpenEventLogA(struct rpc_pipe_client *cli,
53 TALLOC_CTX *mem_ctx);
54NTSTATUS rpccli_eventlog_RegisterEventSourceA(struct rpc_pipe_client *cli,
55 TALLOC_CTX *mem_ctx);
56NTSTATUS rpccli_eventlog_OpenBackupEventLogA(struct rpc_pipe_client *cli,
57 TALLOC_CTX *mem_ctx);
58NTSTATUS rpccli_eventlog_ReadEventLogA(struct rpc_pipe_client *cli,
59 TALLOC_CTX *mem_ctx);
60NTSTATUS rpccli_eventlog_ReportEventA(struct rpc_pipe_client *cli,
61 TALLOC_CTX *mem_ctx);
62NTSTATUS rpccli_eventlog_RegisterClusterSvc(struct rpc_pipe_client *cli,
63 TALLOC_CTX *mem_ctx);
64NTSTATUS rpccli_eventlog_DeregisterClusterSvc(struct rpc_pipe_client *cli,
65 TALLOC_CTX *mem_ctx);
66NTSTATUS rpccli_eventlog_WriteClusterEvents(struct rpc_pipe_client *cli,
67 TALLOC_CTX *mem_ctx);
68NTSTATUS rpccli_eventlog_GetLogIntormation(struct rpc_pipe_client *cli,
69 TALLOC_CTX *mem_ctx);
70NTSTATUS rpccli_eventlog_FlushEventLog(struct rpc_pipe_client *cli,
71 TALLOC_CTX *mem_ctx,
72 struct policy_handle *handle /* [in] [ref] */);
73#endif /* __CLI_EVENTLOG__ */
Note: See TracBrowser for help on using the repository browser.