summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_winreg.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-21 17:13:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:57 -0500
commit20b9cd5354702f86572781accfd5fcb977f7f5f2 (patch)
treeefffc317d3f211ae95b6a397009922987b64dd76 /source3/librpc/gen_ndr/cli_winreg.h
parentf18c9365caaad75c0f4c9e26b89327a75cfcb3e6 (diff)
downloadsamba-20b9cd5354702f86572781accfd5fcb977f7f5f2.tar.gz
samba-20b9cd5354702f86572781accfd5fcb977f7f5f2.tar.bz2
samba-20b9cd5354702f86572781accfd5fcb977f7f5f2.zip
r18788: updating the IDL for QueryValue
(This used to be commit 83dec5578246111798678dce73d928ecf2a47d5f)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_winreg.h')
-rw-r--r--source3/librpc/gen_ndr/cli_winreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_winreg.h b/source3/librpc/gen_ndr/cli_winreg.h
index 041efd2b91..3981a7fe53 100644
--- a/source3/librpc/gen_ndr/cli_winreg.h
+++ b/source3/librpc/gen_ndr/cli_winreg.h
@@ -18,7 +18,7 @@ NTSTATUS rpccli_winreg_LoadKey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
NTSTATUS rpccli_winreg_NotifyChangeKeyValue(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, uint8_t watch_subtree, uint32_t notify_filter, uint32_t unknown, struct winreg_String string1, struct winreg_String string2, uint32_t unknown2);
NTSTATUS rpccli_winreg_OpenKey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *parent_handle, struct winreg_String keyname, uint32_t unknown, uint32_t access_mask, struct policy_handle *handle);
NTSTATUS rpccli_winreg_QueryInfoKey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, struct winreg_String class_in, struct winreg_String *class_out, uint32_t *num_subkeys, uint32_t *max_subkeylen, uint32_t *max_subkeysize, uint32_t *num_values, uint32_t *max_valnamelen, uint32_t *max_valbufsize, uint32_t *secdescsize, NTTIME *last_changed_time);
-NTSTATUS rpccli_winreg_QueryValue(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, struct winreg_String value_name, enum winreg_Type *type, uint8_t *data, uint32_t *size, uint32_t *length);
+NTSTATUS rpccli_winreg_QueryValue(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, struct winreg_String value_name, enum winreg_Type *type, uint8_t **data, uint32_t *size, uint32_t *length);
NTSTATUS rpccli_winreg_ReplaceKey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx);
NTSTATUS rpccli_winreg_RestoreKey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx);
NTSTATUS rpccli_winreg_SaveKey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx);