winreg: add IDL for winreg_DeleteKeyEx.
authorGünther Deschner <gd@samba.org>
Thu, 8 Apr 2010 22:10:07 +0000 (00:10 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 8 Apr 2010 22:27:58 +0000 (00:27 +0200)
Guenther

librpc/idl/winreg.idl

index de2067cc2c243342189f27f6ec773ddd4b64bb8a..bb0870cf9ec0b4e349dff5cf444da188b1da5271 100644 (file)
@@ -428,4 +428,13 @@ import "lsa.idl", "security.idl", "misc.idl";
        /* Function: 0x22 */
        [todo] WERROR winreg_QueryMultipleValues2(
        );
+
+       /******************/
+       /* Function: 0x23 */
+       WERROR winreg_DeleteKeyEx(
+               [in,ref] policy_handle *handle,
+               [in,ref] winreg_String *key,
+               [in] winreg_AccessMask access_mask,
+               [in] uint32 reserved
+       );
 }