summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-14 15:18:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:16 -0500
commit600c167e3be008db5515e8ff6259a5d630c4bf32 (patch)
treea8bac25538420fb672a271ddc4bf1cce880fb5ce
parent627fc227916b041de8e1050cab0431467be44b20 (diff)
downloadsamba-600c167e3be008db5515e8ff6259a5d630c4bf32.tar.gz
samba-600c167e3be008db5515e8ff6259a5d630c4bf32.tar.bz2
samba-600c167e3be008db5515e8ff6259a5d630c4bf32.zip
r21341: Improve QueryKeyInfo idl, pointed out by Ronnie Sahlberg.
(This used to be commit 736330d23b1f723d3564043c0670dbd6bee3742f)
-rw-r--r--source4/librpc/idl/winreg.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl
index 00288640de..98f5d06313 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -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,