summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_winreg.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-09 00:11:00 +0200
committerGünther Deschner <gd@samba.org>2010-04-09 00:27:58 +0200
commite42d5b5ae3da7d7a32428c50c8f518eab2dfbf30 (patch)
tree3c0b9f393c25084e800286db6b2ac5baeb9ca82b /librpc/gen_ndr/cli_winreg.h
parentdc4bf5651ee466397ab51cacaf83b519b79da5f1 (diff)
downloadsamba-e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30.tar.gz
samba-e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30.tar.bz2
samba-e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_winreg.h')
-rw-r--r--librpc/gen_ndr/cli_winreg.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/librpc/gen_ndr/cli_winreg.h b/librpc/gen_ndr/cli_winreg.h
index 7bbc33cffd..670958e70c 100644
--- a/librpc/gen_ndr/cli_winreg.h
+++ b/librpc/gen_ndr/cli_winreg.h
@@ -576,4 +576,21 @@ NTSTATUS rpccli_winreg_QueryMultipleValues2_recv(struct tevent_req *req,
NTSTATUS rpccli_winreg_QueryMultipleValues2(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
WERROR *werror);
+struct tevent_req *rpccli_winreg_DeleteKeyEx_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ struct policy_handle *_handle /* [in] [ref] */,
+ struct winreg_String *_key /* [in] [ref] */,
+ uint32_t _access_mask /* [in] */,
+ uint32_t _reserved /* [in] */);
+NTSTATUS rpccli_winreg_DeleteKeyEx_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ WERROR *result);
+NTSTATUS rpccli_winreg_DeleteKeyEx(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *handle /* [in] [ref] */,
+ struct winreg_String *key /* [in] [ref] */,
+ uint32_t access_mask /* [in] */,
+ uint32_t reserved /* [in] */,
+ WERROR *werror);
#endif /* __CLI_WINREG__ */