From 7c54ff5898b98e75c848dde84e1d1845ec0e3666 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Apr 2010 23:47:04 +0200 Subject: s3: re-run make samba3-idl. Guenther --- librpc/gen_ndr/winreg.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'librpc/gen_ndr/winreg.h') diff --git a/librpc/gen_ndr/winreg.h b/librpc/gen_ndr/winreg.h index 64d978f321..02596cdd8e 100644 --- a/librpc/gen_ndr/winreg.h +++ b/librpc/gen_ndr/winreg.h @@ -394,6 +394,13 @@ struct winreg_QueryValue { struct winreg_ReplaceKey { + struct { + struct policy_handle *handle;/* [ref] */ + struct winreg_String *subkey;/* [ref] */ + struct winreg_String *new_file;/* [ref] */ + struct winreg_String *old_file;/* [ref] */ + } in; + struct { WERROR result; } out; @@ -460,6 +467,11 @@ struct winreg_SetValue { struct winreg_UnLoadKey { + struct { + struct policy_handle *handle;/* [ref] */ + struct winreg_String *subkey;/* [ref] */ + } in; + struct { WERROR result; } out; @@ -573,6 +585,13 @@ struct winreg_InitiateSystemShutdownEx { struct winreg_SaveKeyEx { + struct { + struct policy_handle *handle;/* [ref] */ + struct winreg_String *filename;/* [ref] */ + struct KeySecurityAttribute *sec_attrib;/* [unique] */ + uint32_t flags; + } in; + struct { WERROR result; } out; -- cgit