From e7a157317a1cec363efa084cfa3d40555604568d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Apr 2010 23:46:15 +0200 Subject: winreg: fill in some winreg IDL gaps. Guenther --- librpc/idl/winreg.idl | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'librpc/idl') diff --git a/librpc/idl/winreg.idl b/librpc/idl/winreg.idl index a21bbd4a62..de2067cc2c 100644 --- a/librpc/idl/winreg.idl +++ b/librpc/idl/winreg.idl @@ -269,7 +269,11 @@ import "lsa.idl", "security.idl", "misc.idl"; /******************/ /* Function: 0x12 */ - [todo] WERROR winreg_ReplaceKey( + WERROR winreg_ReplaceKey( + [in,ref] policy_handle *handle, + [in,ref] winreg_String *subkey, + [in,ref] winreg_String *new_file, + [in,ref] winreg_String *old_file ); /******************/ @@ -315,7 +319,9 @@ import "lsa.idl", "security.idl", "misc.idl"; /******************/ /* Function: 0x17 */ - [todo] WERROR winreg_UnLoadKey( + WERROR winreg_UnLoadKey( + [in,ref] policy_handle *handle, + [in,ref] winreg_String *subkey ); /******************/ @@ -395,7 +401,11 @@ import "lsa.idl", "security.idl", "misc.idl"; /******************/ /* Function: 0x1f */ - [todo] WERROR winreg_SaveKeyEx( + WERROR winreg_SaveKeyEx( + [in,ref] policy_handle *handle, + [in,ref] winreg_String *filename, + [in,unique] KeySecurityAttribute *sec_attrib, + [in] uint32 flags ); /******************/ -- cgit