summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/winreg.idl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-21 17:13:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:57 -0500
commit20b9cd5354702f86572781accfd5fcb977f7f5f2 (patch)
treeefffc317d3f211ae95b6a397009922987b64dd76 /source3/librpc/idl/winreg.idl
parentf18c9365caaad75c0f4c9e26b89327a75cfcb3e6 (diff)
downloadsamba-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/winreg.idl')
-rw-r--r--source3/librpc/idl/winreg.idl2
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
);