diff options
author | Günther Deschner <gd@samba.org> | 2010-04-09 17:28:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-09 18:33:45 +0200 |
commit | b9188e45713688435bcca390ae3c89ae3bd7f14c (patch) | |
tree | f250e05ae74748362a1aab292339244b47f8553f /librpc/idl/winreg.idl | |
parent | 63b111bd329fddaf0bfd64ca8255deecb1fd5352 (diff) | |
download | samba-b9188e45713688435bcca390ae3c89ae3bd7f14c.tar.gz samba-b9188e45713688435bcca390ae3c89ae3bd7f14c.tar.bz2 samba-b9188e45713688435bcca390ae3c89ae3bd7f14c.zip |
winreg: fill in IDL for winreg_QueryMultipleValues2.
Guenther
Diffstat (limited to 'librpc/idl/winreg.idl')
-rw-r--r-- | librpc/idl/winreg.idl | 8 |
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 ); /******************/ |