From e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 Apr 2010 00:11:00 +0200 Subject: s3: re-run make samba3-idl. Guenther --- librpc/gen_ndr/winreg.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'librpc/gen_ndr/winreg.h') 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 */ -- cgit