r21341: Improve QueryKeyInfo idl, pointed out by Ronnie Sahlberg.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 14 Feb 2007 15:18:37 +0000 (15:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:16 +0000 (14:48 -0500)
(This used to be commit 736330d23b1f723d3564043c0670dbd6bee3742f)

source4/librpc/idl/winreg.idl

index 00288640dece1684e96d98fac648f626af4a9275..98f5d063139f376cb804ad11ab8e044fb5089fcc 100644 (file)
@@ -209,8 +209,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
        /* Function: 0x10 */
        WERROR winreg_QueryInfoKey(
                [in,ref] policy_handle *handle,
-               [in] winreg_String class_in,
-               [out,unique] winreg_String *class_out,
+               [in,out,ref] winreg_String *class,
                [out,ref] uint32 *num_subkeys,
                [out,ref] uint32 *max_subkeylen,
                [out,ref] uint32 *max_subkeysize,