diff options
Diffstat (limited to 'librpc/gen_ndr/winreg.h')
-rw-r--r-- | librpc/gen_ndr/winreg.h | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ -395,6 +395,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; @@ -461,6 +468,11 @@ struct winreg_SetValue { struct winreg_UnLoadKey { struct { + struct policy_handle *handle;/* [ref] */ + struct winreg_String *subkey;/* [ref] */ + } in; + + struct { WERROR result; } out; @@ -574,6 +586,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; |