Rev 11460: Improve QueryKeyInfo idl, pointed out by Ronnie Sahlberg. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Wed Feb 14 14:52:23 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11460
revision-id: jelmer at samba.org-20070214145213-idzserezbwc2alty
parent: svn-v2:21340 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Wed 2007-02-14 15:52:13 +0100
message:
  Improve QueryKeyInfo idl, pointed out by Ronnie Sahlberg.
modified:
  source/librpc/idl/winreg.idl   svn-v2:6 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flibrpc%2fidl%2fwinreg.idl
=== modified file 'source/librpc/idl/winreg.idl'
--- a/source/librpc/idl/winreg.idl	2006-11-22 18:06:08 +0000
+++ b/source/librpc/idl/winreg.idl	2007-02-14 14:52:13 +0000
@@ -209,8 +209,7 @@
 	/* 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,



More information about the samba-cvs mailing list