diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-21 17:13:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:00:57 -0500 |
commit | 20b9cd5354702f86572781accfd5fcb977f7f5f2 (patch) | |
tree | efffc317d3f211ae95b6a397009922987b64dd76 /source3/librpc/idl | |
parent | f18c9365caaad75c0f4c9e26b89327a75cfcb3e6 (diff) | |
download | samba-20b9cd5354702f86572781accfd5fcb977f7f5f2.tar.gz samba-20b9cd5354702f86572781accfd5fcb977f7f5f2.tar.bz2 samba-20b9cd5354702f86572781accfd5fcb977f7f5f2.zip |
r18788: updating the IDL for QueryValue
(This used to be commit 83dec5578246111798678dce73d928ecf2a47d5f)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/winreg.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index 03b034b38f..9c758b7c9d 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -226,7 +226,7 @@ [in,ref] policy_handle *handle, [in] winreg_String value_name, [in,out] winreg_Type *type, - [in,out,size_is(*size),length_is(*length)] uint8 *data, + [in,out,ref,size_is(*size),length_is(*length)] uint8 **data, [in,out] uint32 *size, [in,out] uint32 *length ); |