summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-09 17:28:04 +0200
committerGünther Deschner <gd@samba.org>2010-04-09 18:33:45 +0200
commitb9188e45713688435bcca390ae3c89ae3bd7f14c (patch)
treef250e05ae74748362a1aab292339244b47f8553f /librpc
parent63b111bd329fddaf0bfd64ca8255deecb1fd5352 (diff)
downloadsamba-b9188e45713688435bcca390ae3c89ae3bd7f14c.tar.gz
samba-b9188e45713688435bcca390ae3c89ae3bd7f14c.tar.bz2
samba-b9188e45713688435bcca390ae3c89ae3bd7f14c.zip
winreg: fill in IDL for winreg_QueryMultipleValues2.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/winreg.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/librpc/idl/winreg.idl b/librpc/idl/winreg.idl
index 349018a7b6..46af9aa58b 100644
--- a/librpc/idl/winreg.idl
+++ b/librpc/idl/winreg.idl
@@ -428,7 +428,13 @@ import "lsa.idl", "security.idl", "misc.idl";
/******************/
/* Function: 0x22 */
- [todo] WERROR winreg_QueryMultipleValues2(
+ WERROR winreg_QueryMultipleValues2(
+ [in,ref] policy_handle *key_handle,
+ [in,out,ref,size_is(num_values),length_is(num_values)] QueryMultipleValue *values,
+ [in] uint32 num_values,
+ [in,out,unique,size_is(offered),length_is(offered)] uint8 *buffer,
+ [in] uint32 offered,
+ [out,ref] uint32 *needed
);
/******************/