diff options
author | Günther Deschner <gd@samba.org> | 2008-03-25 17:52:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-25 17:55:28 +0100 |
commit | a23b01541948fb99cea922d31f69d2099f2e2359 (patch) | |
tree | b4ebb68b705b31056376a9de0f60f44494467edb /source3/librpc/gen_ndr/cli_eventlog.h | |
parent | 6fa39aa87d9c0c787fd3dd2ede69c6b891186f20 (diff) | |
download | samba-a23b01541948fb99cea922d31f69d2099f2e2359.tar.gz samba-a23b01541948fb99cea922d31f69d2099f2e2359.tar.bz2 samba-a23b01541948fb99cea922d31f69d2099f2e2359.zip |
Re-run make idl (after pidl change for adding header info to cli_ functions).
Guenther
(This used to be commit 492c26a9367d93802d3b6a9271dde16c49fffe69)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_eventlog.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_eventlog.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/source3/librpc/gen_ndr/cli_eventlog.h b/source3/librpc/gen_ndr/cli_eventlog.h index 10790a21fc..6945683340 100644 --- a/source3/librpc/gen_ndr/cli_eventlog.h +++ b/source3/librpc/gen_ndr/cli_eventlog.h @@ -3,46 +3,46 @@ #define __CLI_EVENTLOG__ NTSTATUS rpccli_eventlog_ClearEventLogW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct policy_handle *handle, - struct lsa_String *backupfile); + struct policy_handle *handle /* [in] [ref] */, + struct lsa_String *backupfile /* [in] [unique] */); NTSTATUS rpccli_eventlog_BackupEventLogW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); NTSTATUS rpccli_eventlog_CloseEventLog(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct policy_handle *handle); + struct policy_handle *handle /* [in,out] [ref] */); NTSTATUS rpccli_eventlog_DeregisterEventSource(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); NTSTATUS rpccli_eventlog_GetNumRecords(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct policy_handle *handle, - uint32_t *number); + struct policy_handle *handle /* [in] [ref] */, + uint32_t *number /* [out] [ref] */); NTSTATUS rpccli_eventlog_GetOldestRecord(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct policy_handle *handle, - uint32_t *oldest_entry); + struct policy_handle *handle /* [in] [ref] */, + uint32_t *oldest_entry /* [out] [ref] */); NTSTATUS rpccli_eventlog_ChangeNotify(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); NTSTATUS rpccli_eventlog_OpenEventLogW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct eventlog_OpenUnknown0 *unknown0, - struct lsa_String *logname, - struct lsa_String *servername, - uint32_t unknown2, - uint32_t unknown3, - struct policy_handle *handle); + struct eventlog_OpenUnknown0 *unknown0 /* [in] [unique] */, + struct lsa_String *logname /* [in] [ref] */, + struct lsa_String *servername /* [in] [ref] */, + uint32_t unknown2 /* [in] */, + uint32_t unknown3 /* [in] */, + struct policy_handle *handle /* [out] [ref] */); NTSTATUS rpccli_eventlog_RegisterEventSourceW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); NTSTATUS rpccli_eventlog_OpenBackupEventLogW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); NTSTATUS rpccli_eventlog_ReadEventLogW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct policy_handle *handle, - uint32_t flags, - uint32_t offset, - uint32_t number_of_bytes, - uint8_t *data, - uint32_t *sent_size, - uint32_t *real_size); + struct policy_handle *handle /* [in] [ref] */, + uint32_t flags /* [in] */, + uint32_t offset /* [in] */, + uint32_t number_of_bytes /* [in] [range(0,0x7FFFF)] */, + uint8_t *data /* [out] [ref,size_is(number_of_bytes)] */, + uint32_t *sent_size /* [out] [ref] */, + uint32_t *real_size /* [out] [ref] */); NTSTATUS rpccli_eventlog_ReportEventW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); NTSTATUS rpccli_eventlog_ClearEventLogA(struct rpc_pipe_client *cli, @@ -69,5 +69,5 @@ NTSTATUS rpccli_eventlog_GetLogIntormation(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); NTSTATUS rpccli_eventlog_FlushEventLog(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct policy_handle *handle); + struct policy_handle *handle /* [in] [ref] */); #endif /* __CLI_EVENTLOG__ */ |