summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/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/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/winreg.h')
-rw-r--r--librpc/gen_ndr/winreg.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/librpc/gen_ndr/winreg.h b/librpc/gen_ndr/winreg.h
index 02596cdd8e..aa05148583 100644
--- a/librpc/gen_ndr/winreg.h
+++ b/librpc/gen_ndr/winreg.h
@@ -634,4 +634,19 @@ struct winreg_QueryMultipleValues2 {
};
+
+struct winreg_DeleteKeyEx {
+ struct {
+ struct policy_handle *handle;/* [ref] */
+ struct winreg_String *key;/* [ref] */
+ uint32_t access_mask;
+ uint32_t reserved;
+ } in;
+
+ struct {
+ WERROR result;
+ } out;
+
+};
+
#endif /* _HEADER_winreg */